Skip to content

Commit

Permalink
Update .github/workflows/scriptTests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itzhak <[email protected]>
  • Loading branch information
sverdlov93 and yahavi authored Sep 26, 2023
1 parent a2acfd8 commit 645cc8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
if: ${{ matrix.os == 'windows' }}

- name: Test install npm - v2
run: cd build/npm/v2 && npm install
run: npm install
working-directory: build/npm/v2

- name: Test install npm - v2-jf
run: cd build/npm/v2-jf && npm install

0 comments on commit 645cc8f

Please sign in to comment.