Skip to content

Commit 9713d05

Browse files
committed
Nit
1 parent 31ed9f1 commit 9713d05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
cache-on-failure: true
5353
cache-all-crates: true
5454

55+
- name: Install Docker
56+
run: |
57+
curl -fsSL https://get.docker.com | sh
58+
sudo usermod -aG docker $USER
59+
5560
- name: Setup Node.js
5661
uses: actions/setup-node@v4
5762
with:
@@ -60,7 +65,7 @@ jobs:
6065
cache-dependency-path: examples/package.json
6166

6267
- name: Install just
63-
run: cargo install just --locked || true
68+
run: sudo apt-get update && sudo apt-get install -y just
6469

6570
- name: Download zombienet
6671
run: |

0 commit comments

Comments
 (0)