Skip to content

Commit

Permalink
👷 run test in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 27, 2023
1 parent 2de6105 commit 6872cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
cache: 'npm'
- run: npm i -g yarn
- run: yarn --check-files
- run: npm run build
- run: yarn build
- run: yarn test

0 comments on commit 6872cb4

Please sign in to comment.