diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index eca4b911..520d4356 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -35,6 +35,7 @@ jobs: run: | npm ci npm run build + npm i -g . npx zksync-cli --version - name: Run tests