Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Jan 25, 2022
1 parent f20e2e1 commit a91cec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Install project dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true' # Over here!
run: yarn
- name: Build project
- name: Build and test
run: |
yarn install
yarn
yarn lint
yarn build
yarn test-coverage
Expand Down

0 comments on commit a91cec9

Please sign in to comment.