File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1212
1313 - name : Set status to "pending"
1414 uses : ./.github/actions/set-pr-status
15- env :
16- GITHUB_TOKEN : ${{ secrets.GITHUB }}
1715 with :
1816 context : e2e tests
1917 status : pending
@@ -25,16 +23,13 @@ jobs:
2523 runs-on : ubuntu-latest
2624 container : cypress/browsers:node13.6.0-chrome80-ff72
2725 env :
28- NPM_RC : ${{ secrets.NPM_RC }}
2926 TERM : xterm
3027
3128 steps :
3229 - uses : actions/checkout@v1
3330
3431 - name : Set status to "running"
3532 uses : ./.github/actions/set-pr-status
36- env :
37- GITHUB_TOKEN : ${{ secrets.GITHUB }}
3833 with :
3934 context : e2e tests
4035 status : pending
4944 - name : Set status to "success"
5045 if : success()
5146 uses : ./.github/actions/set-pr-status
52- env :
53- GITHUB_TOKEN : ${{ secrets.GITHUB }}
5447 with :
5548 context : e2e tests
5649 status : success
5952 - name : Set status to "failure"
6053 if : failure()
6154 uses : ./.github/actions/set-pr-status
62- env :
63- GITHUB_TOKEN : ${{ secrets.GITHUB }}
6455 with :
6556 context : e2e tests
6657 status : failure
You can’t perform that action at this time.
0 commit comments