Skip to content

Commit 449f476

Browse files
author
Robert Segal
committed
Removed e2e test step from pr build and merge
1 parent cc46ffd commit 449f476

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
- name: "Run validation & test"
3737
run: make check-all
3838

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-
4639
- name: "Run SonarCloud Scan"
4740
uses: SonarSource/sonarqube-scan-action@master
4841
env:

0 commit comments

Comments
 (0)