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 13, 2024
1 parent ef60e00 commit 2421a61
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
name: 'Windows + Node ${{ matrix.node-version }}'
steps:
- uses: actions/checkout@v4
with:
repository: matter-labs/zkcli-in-memory-node
ref: main
path: zkcli-in-memory-node
# - if: runner.os == 'macOS'
# run: |
# brew install --cask docker
Expand All @@ -67,6 +63,13 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm

- name: download additional branch
uses: actions/checkout@v4
with:
repository: matter-labs/zkcli-in-memory-node
ref: main
path: zkcli-in-memory-node

- name: Test docker run
shell: bash
run: |
Expand Down

0 comments on commit 2421a61

Please sign in to comment.