Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Oct 26, 2021
1 parent 04d93b8 commit d0850f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'
env:
CACHE_KEY: npm-cache-key-node-v${{ matrix.node-version }}
- run: npm i
- run: npm ci
- name: Lint
run: npm run lint
test:
Expand All @@ -48,7 +48,7 @@ jobs:
cache: 'npm'
env:
CACHE_KEY: npm-cache-key-node-v${{ matrix.node-version }}
- run: npm i
- run: npm ci
- name: Test
run: npm test -- --ci --runInBand --reporters=default --reporters=jest-junit
env:
Expand Down

0 comments on commit d0850f3

Please sign in to comment.