We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4824ee6 commit 2d7b8b8Copy full SHA for 2d7b8b8
.github/workflows/integration-test.yml
@@ -60,7 +60,7 @@ jobs:
60
cache-dependency-path: examples/package.json
61
62
- name: Install just
63
- run: sudo apt-get update && sudo apt-get install -y just
+ run: apt-get update && apt-get install -y just
64
65
- name: Download zombienet
66
run: |
0 commit comments