Skip to content

Commit

Permalink
Remove tests job from publish github script (tests run on "npm run pu…
Browse files Browse the repository at this point in the history
…blish" already)
  • Loading branch information
adamgall committed May 4, 2024
1 parent c55cca9 commit d65dd1f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,9 @@ on:
types: [created]

jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm install
- run: npm run compile
- run: npm run test

publish:
name: Publish
runs-on: ubuntu-latest
needs: tests
environment: global
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d65dd1f

Please sign in to comment.