mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
ci: remove -f in npm install
This commit is contained in:
2
.github/workflows/stacks-core-tests.yml
vendored
2
.github/workflows/stacks-core-tests.yml
vendored
@@ -153,7 +153,7 @@ jobs:
|
||||
node-version: 18.x
|
||||
cache: "npm"
|
||||
cache-dependency-path: "./contrib/core-contract-tests/package-lock.json"
|
||||
- run: npm ci -f # need to force the update as long as we are using a beta version of the clarinet-sdk
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
## Upload code coverage file
|
||||
- name: Code Coverage
|
||||
|
||||
Reference in New Issue
Block a user