mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
ci: fix test flakiness (#1810)
This commit is contained in:
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user