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