From e0fc6d6487b5e4a9a6e25e8741e54283dd57b384 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Wed, 31 Jan 2024 16:40:05 +0100 Subject: [PATCH] test: debug --- .github/workflows/test-cli.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index 54a70ac9..08f9c835 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -31,8 +31,8 @@ jobs: cache: npm - name: Install dependencies and build + if: always() run: | - npx zksync-cli --version npm ci npx zksync-cli --version npm run build @@ -41,6 +41,7 @@ jobs: npm run build npx zksync-cli --version + - name: Run tests env: CI: true