Skip to content

Commit

Permalink
Node: Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Jan 14, 2025
1 parent def5619 commit 522fed8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
engine-version: ${{ matrix.engine.version }}

- name: Run npm install in ./npm/glide package
run: npm install
working-directory: ./node/npm/glide

- name: test
run: npm test
working-directory: ./node
Expand Down Expand Up @@ -221,9 +225,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
engine-version: ${{ matrix.engine.version }}
arch: ${{ matrix.host.ARCH }}
- name: Run npm install in ./npm/glide package
run: npm install
working-directory: ./node/npm/glide

- name: test
run: npm test
working-directory: ./node
Expand Down

0 comments on commit 522fed8

Please sign in to comment.