Skip to content

Commit

Permalink
chore: add "test" to release workflow (#75)
Browse files Browse the repository at this point in the history
Need to run tests during the release workflow as well.
  • Loading branch information
kettanaito committed Oct 18, 2023
1 parent e19edde commit 27cfe2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Build
run: yarn build

- name: Tests
run: yarn test

- name: Release
if: contains(github.ref, 'refs/heads/main')
run: yarn release
Expand Down

0 comments on commit 27cfe2a

Please sign in to comment.