File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- node-version : [16 .x]
11+ node-version : [12 .x]
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v1
1515
1616 - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@v1
1818 with :
1919 node-version : ${{ matrix.node-version }}
2020
@@ -32,13 +32,13 @@ jobs:
3232 runs-on : ubuntu-latest
3333 strategy :
3434 matrix :
35- node-version : [16 .x]
35+ node-version : [12 .x]
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v1
3939
4040 - name : Use Node.js ${{ matrix.node-version }}
41- uses : actions/setup-node@v3
41+ uses : actions/setup-node@v1
4242 with :
4343 node-version : ${{ matrix.node-version }}
4444
@@ -60,14 +60,17 @@ jobs:
6060 npm install
6161 env :
6262 CI : true
63+ REACT_APP_PUBLIC_KEY : ${{ secrets.ik_public_key }}
64+ REACT_APP_PRIVATE_KEY : ${{ secrets.ik_private_key }}
65+ REACT_APP_URL_ENDPOINT : ${{ secrets.ik_url_endopint }}
6366
6467 - name : Clear NPM and GitHub Actions Cache
6568 run : |
6669 rm -rf ~/.npm
6770 npm cache clean --force
6871
6972 - name : Run E2E tests
70- uses : cypress-io/github-action@v5
73+ uses : cypress-io/github-action@v4
7174 with :
7275 start : npm run serve:test-app
7376 wait-on : ' http://localhost:4000, http://localhost:4001'
You can’t perform that action at this time.
0 commit comments