Skip to content

Commit

Permalink
chore: run test before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed May 1, 2024
1 parent 867549c commit dc59b4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Install dependencies
run: yarn --frozen-lockfile

- name: Run tests
run: yarn test

- name: Install latest npm
run: npm install -g npm@latest
Expand Down

0 comments on commit dc59b4c

Please sign in to comment.