File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 PERCY_PARALLEL_TOTAL : 1
1313
1414jobs :
15- lint :
15+ lint :
1616 name : Lint files
1717 runs-on : ubuntu-latest
18- timeout-minutes : 3
18+ timeout-minutes : 5
1919 steps :
2020 - name : Check out a copy of the repo
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222
2323 - name : Use Node.js ${{ env.NODE_VERSION }}
24- uses : actions/setup-node@v2
24+ uses : actions/setup-node@v3
2525 with :
2626 cache : ' npm'
2727 node-version : ${{ env.NODE_VERSION }}
@@ -39,10 +39,10 @@ jobs:
3939 timeout-minutes : 10
4040 steps :
4141 - name : Check out a copy of the repo
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v3
4343
4444 - name : Use Node.js ${{ env.NODE_VERSION }}
45- uses : actions/setup-node@v2
45+ uses : actions/setup-node@v3
4646 with :
4747 cache : ' npm'
4848 node-version : ${{ env.NODE_VERSION }}
5555 PERCY_PARALLEL_NONCE : ${{ env.PERCY_PARALLEL_NONCE }}
5656 PERCY_PARALLEL_TOTAL : ${{ env.PERCY_PARALLEL_TOTAL }}
5757 PERCY_TOKEN : 5ad6687f6b1ad3dec2b964f94d3d59ff3880baccf1492c0663e85c1ce79c1a52
58- run : npx percy exec -- npm test
58+ run : npx percy exec -- npm run test:ember
You can’t perform that action at this time.
0 commit comments