diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8ed0b57e1..8d2263a3c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build images - uses: docker/bake-action@v3 + uses: docker/bake-action@v3.1.0 with: set: | elixir.cache-from=scope=elixir,type=gha @@ -38,4 +38,4 @@ jobs: # * If the relay list comes back as an error, retry a few times # * If the it still comes as an error try a direct connection(local network) # Right now this is working because we wait for the relay to be up and running before starting the client - run: docker compose exec -it client ping 172.20.0.100 -c 5 + run: docker compose exec -it client ping 172.20.0.100 -c 20