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 12
12
PERCY_PARALLEL_TOTAL : 1
13
13
14
14
jobs :
15
- lint :
15
+ lint :
16
16
name : Lint files
17
17
runs-on : ubuntu-latest
18
- timeout-minutes : 3
18
+ timeout-minutes : 5
19
19
steps :
20
20
- name : Check out a copy of the repo
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
23
23
- name : Use Node.js ${{ env.NODE_VERSION }}
24
- uses : actions/setup-node@v2
24
+ uses : actions/setup-node@v3
25
25
with :
26
26
cache : ' npm'
27
27
node-version : ${{ env.NODE_VERSION }}
@@ -39,10 +39,10 @@ jobs:
39
39
timeout-minutes : 10
40
40
steps :
41
41
- name : Check out a copy of the repo
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
44
44
- name : Use Node.js ${{ env.NODE_VERSION }}
45
- uses : actions/setup-node@v2
45
+ uses : actions/setup-node@v3
46
46
with :
47
47
cache : ' npm'
48
48
node-version : ${{ env.NODE_VERSION }}
55
55
PERCY_PARALLEL_NONCE : ${{ env.PERCY_PARALLEL_NONCE }}
56
56
PERCY_PARALLEL_TOTAL : ${{ env.PERCY_PARALLEL_TOTAL }}
57
57
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