Skip to content

Commit

Permalink
Merge pull request #4594 from stacks-network/fix/contrib-tests-corrup…
Browse files Browse the repository at this point in the history
…ted-package-lock

fix: core contract tests corrupted package.json
  • Loading branch information
CharlieC3 authored Mar 26, 2024
2 parents b5722b6 + cff2e7d commit d0df9d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stacks-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 8 additions & 13 deletions contrib/core-contract-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contrib/core-contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hirosystems/clarinet-sdk": "^2.4.0-beta4",
"@hirosystems/clarinet-sdk": "^2.4.1",
"@stacks/clarunit": "0.0.1",
"@stacks/transactions": "^6.12.0",
"chokidar-cli": "^3.0.0",
Expand Down

0 comments on commit d0df9d1

Please sign in to comment.