Skip to content

Commit

Permalink
Fix double spin
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcolombo committed Jun 19, 2023
1 parent 12a0fdb commit 309337f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
with:
go-version: 1.18

- name: Start 4 node docker cluster
run: make clean && INVARIANT_CHECK_INTERVAL=10 make docker-cluster-start &

- name: Wait for docker cluster to start
run: |
until [ $(cat build/generated/launch.complete |wc -l) = 4 ]
do
sleep 10
done
sleep 10
- name: Setup Kurtosis repo
run: echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list

Expand Down

0 comments on commit 309337f

Please sign in to comment.