We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7fa5a commit 491e3b7Copy full SHA for 491e3b7
.github/workflows/pull-request.yml
@@ -36,6 +36,15 @@ jobs:
36
- name: "Run validation & test"
37
run: make check-all
38
39
+ - name: "Run E2E test"
40
+ run: make e2e args="--reportportal --rp-launch=$RP_LAUNCH --rp-api-key=$RP_API_KEY --rp-endpoint=$RP_ENDPOINT -o rp_launch_attributes=\"$RP_LAUNCH_ATTR\""
41
+ env:
42
+ RP_LAUNCH: mpt-api-client-e2e
43
+ RP_ENDPOINT: ${{ secrets.RP_ENDPOINT }}
44
+ RP_API_KEY: ${{ secrets.RP_API_KEY }}
45
+ RP_LAUNCH_ATTR: branch:${{ github.ref_name }} event_name:${{ github.event_name }} github_number:${{ github.event.pull_request.number || github.run_number }}
46
+
47
48
- name: "Run SonarCloud Scan"
49
uses: SonarSource/sonarqube-scan-action@master
50
env:
0 commit comments