Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed May 17, 2022
1 parent 5f5db94 commit caa36d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
unit-test:
name: Unit Tests
runs-on: ubuntu-latest
needs: analyze

strategy:
matrix:
Expand All @@ -61,7 +60,7 @@ jobs:
# Publish to NPM
publish-npm:
name: Publish to NPM
needs: unit-test
needs: [analyze, unit-test]
runs-on: ubuntu-latest
environment: Publish
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
unit-test:
name: Unit Tests
runs-on: ubuntu-latest
needs: analyze

strategy:
matrix:
Expand Down

0 comments on commit caa36d0

Please sign in to comment.