Skip to content

Commit

Permalink
correct npm install.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed May 1, 2024
1 parent 592ce00 commit 996bfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz && tar -xf kcov-amd64.tar.gz && sudo mv ./usr/local/bin/kcov /usr/local/bin/kcov && kcov --version

- name: Install dependencies
run: npm --prefix=tests/scaffold ci
run: npm ci
working-directory: .scaffold/tests

- name: Run tests
Expand Down

0 comments on commit 996bfed

Please sign in to comment.