Skip to content

Commit

Permalink
chore(release): run tests before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed May 17, 2022
1 parent 020ecc9 commit ac0406d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Tests
run: yarn test

- name: Release
run: yarn release
env:
Expand Down

0 comments on commit ac0406d

Please sign in to comment.