Skip to content

Commit

Permalink
ci: use test:ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 16, 2022
1 parent ca81b16 commit caae610
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 @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Build
run: yarn build
Expand All @@ -35,5 +35,5 @@ jobs:
env:
CC_TEST_REPORTER_ID: '${{ secrets.CC_TEST_REPORTER_ID }}'
with:
coverageCommand: yarn test --ci --coverage
coverageCommand: yarn test:ci
debug: true

0 comments on commit caae610

Please sign in to comment.