Skip to content

Commit

Permalink
ci: update stacks-core-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 13, 2024
1 parent 04e4116 commit 48f26ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stacks-core-tests.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: stacks-network/actions/stacks-core/testenv@main
with:
btc-version: "25.0"

## Run test matrix using restored cache of archive file
## - Test will timeout after env.TEST_TIMEOUT minutes
- name: Run Tests
Expand Down 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
- run: npm ci -f # need to force the update as long as we are using a beta version of the clarinet-sdk
- run: npm test
## Upload code coverage file
- name: Code Coverage
Expand Down

0 comments on commit 48f26ff

Please sign in to comment.