Skip to content

Commit

Permalink
💚 Make npm publish need tests to run before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Jan 15, 2025
1 parent 342d904 commit 0eaa97e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: ./.github/workflows/jsdom_tests.yaml

publish:
needs: [browser_tests, jsdom_tests]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0eaa97e

Please sign in to comment.