Skip to content

Commit 656a77d

Browse files
committed
fix github CI
1 parent bb4b87c commit 656a77d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ env:
1212
PERCY_PARALLEL_TOTAL: 1
1313

1414
jobs:
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 }}
@@ -55,4 +55,4 @@ jobs:
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

0 commit comments

Comments
 (0)