Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 31, 2024
1 parent 8f647ee commit e0fc6d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,6 +41,7 @@ jobs:
npm run build
npx zksync-cli --version
- name: Run tests
env:
CI: true
Expand Down

0 comments on commit e0fc6d6

Please sign in to comment.