We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc46ffd commit 449f476Copy full SHA for 449f476
.github/workflows/pull-request.yml
@@ -36,13 +36,6 @@ 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"
41
- env:
42
- RP_LAUNCH: github-e2e-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_number }}
43
- RP_ENDPOINT: ${{ secrets.RP_ENDPOINT }}
44
- RP_API_KEY: ${{ secrets.RP_API_KEY }}
45
-
46
- name: "Run SonarCloud Scan"
47
uses: SonarSource/sonarqube-scan-action@master
48
env:
0 commit comments