From 51f77b8b51523a04a902d3f6bfa9fd8d382411cc Mon Sep 17 00:00:00 2001 From: Hugo Caillard <911307+hugocaillard@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:24:02 +0100 Subject: [PATCH] ci: fix cbtc tests --- .github/workflows/run-unit-tests.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-unit-tests.js.yml b/.github/workflows/run-unit-tests.js.yml index 84bd169..57621e4 100644 --- a/.github/workflows/run-unit-tests.js.yml +++ b/.github/workflows/run-unit-tests.js.yml @@ -41,6 +41,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - working-directory: ./example/cbtc - run: npm ci + working-directory: ./example/cbtc - run: npm test + working-directory: ./example/cbtc