File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 3838 - name : " Run validation & test"
3939 run : make check-all
4040
41- - name : " Run E2E test"
42- run : make e2e args="--reportportal --rp-launch=$RP_LAUNCH --rp-api-key=$RP_API_KEY --rp-endpoint=$RP_ENDPOINT"
43- env :
44- RP_LAUNCH : github-e2e-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_number }}
45- RP_ENDPOINT : ${{ secrets.RP_ENDPOINT }}
46- RP_API_KEY : ${{ secrets.RP_API_KEY }}
47-
4841 - name : " Run SonarCloud Scan"
4942 uses : SonarSource/sonarqube-scan-action@master
5043 env :
You can’t perform that action at this time.
0 commit comments