Skip to content

Commit

Permalink
Update test-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu authored Mar 12, 2024
1 parent 13f6632 commit 871a918
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
# brew install --cask docker
# docker --version

- uses: msys2/setup-msys2@v2
with:
msystem: MSYS
- shell: msys2 {0}

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -90,10 +95,6 @@ jobs:
echo "zksync-cli version: " && npx zksync-cli --version
- name: Run tests
uses: msys2/setup-msys2@v2
with:
msystem: MSYS
- shell: msys2 {0}
env:
CI: true
E2E_TESTNET_PK: ${{ secrets.E2E_TESTNET_PK }}
Expand Down

0 comments on commit 871a918

Please sign in to comment.