Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/semantic-release-24.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns authored Oct 23, 2024
2 parents b641f61 + 229e647 commit a6def9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: Test browsers
run: yarn test:browser

- name: Test Node from .nvmrc
run: yarn test:nodejs

- name: Release dry-run
run: yarn release --dry-run --no-ci --branches "${{ github.base_ref || github.ref_name }}"
env:
Expand Down

0 comments on commit a6def9d

Please sign in to comment.