Skip to content

Commit

Permalink
ci(run-test.yml): add check for changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviera9 committed Apr 4, 2024
1 parent 8fe1bd1 commit a51e044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ jobs:
cache-dependency-path: ./package-lock.json
- run: npm ci

- name: Check changesets
if: github.base_ref == 'develop'
run: npx changeset status --since=origin/develop

- name: Run tests
run: CI=true npm test

0 comments on commit a51e044

Please sign in to comment.