Skip to content

Commit

Permalink
chore: remove test job dependencies from npm publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Oct 28, 2024
1 parent 56b7f49 commit c81252a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
branches: [main]

jobs:
test:
uses: ./.github/workflows/tests.yml
publish-npm-dev:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ on:
types: [created]

jobs:
test:
uses: ./.github/workflows/tests.yml

publish-npm:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c81252a

Please sign in to comment.