From b3ae5c55033ebdcf31b74595e4cd1176542f2a25 Mon Sep 17 00:00:00 2001 From: Hugo Caillard <911307+hugocaillard@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:32:45 +0100 Subject: [PATCH] ci: update stacks-core-tests --- .github/workflows/stacks-core-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stacks-core-tests.yml b/.github/workflows/stacks-core-tests.yml index f737729562..0a16aa6d65 100644 --- a/.github/workflows/stacks-core-tests.yml +++ b/.github/workflows/stacks-core-tests.yml @@ -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 @@ -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