Skip to content

Commit

Permalink
fixing job dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 2, 2020
1 parent 02ff768 commit a267bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
if: github.ref == 'refs/heads/main' && ! contains(toJSON(github.event.commits.*.message), '[skip-ci]')

needs:
- test-node
- test-browsers
- test-node-api
- test-browser-api

runs-on: ubuntu-latest

Expand Down

0 comments on commit a267bd8

Please sign in to comment.