Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhao authored Jan 25, 2024
1 parent 1806228 commit f25a35c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build project
run: yarn build

- name: Run tests
run: yarn test --passWithNoTests

0 comments on commit f25a35c

Please sign in to comment.