Skip to content

Commit

Permalink
fixing job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorciney committed Nov 7, 2023
1 parent a851762 commit c3c26a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- run: npm ci

build:
needs:
- npm-ci
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -45,6 +47,8 @@ jobs:
- run: npm test

test:
needs:
- npm-ci
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit c3c26a9

Please sign in to comment.