Skip to content

Commit

Permalink
Update to test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuo committed Oct 17, 2024
1 parent 35e0313 commit ed4af8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Run tests
run: yarn jest

- name: Build
run: yarn build

Expand Down

0 comments on commit ed4af8e

Please sign in to comment.