Skip to content

Commit

Permalink
remove redundant test job from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Apr 23, 2024
1 parent 21d4790 commit 58ca1aa
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/test.yml
Expand Up @@ -22,25 +22,10 @@ jobs:
git diff
exit 1
fi
test:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: ./
with:
tag: 0.0.0
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./
with:
tag: 0.0.0
token: ${{ secrets.GITHUB_TOKEN }}
ensure-unpublished-version:
runs-on: ubuntu-latest
needs: test
needs: build
steps:
- uses: actions/checkout@v4
- name: Get package.json version
Expand All @@ -58,6 +43,7 @@ jobs:
with:
tag: ${{ env.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}

release:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 58ca1aa

Please sign in to comment.