Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: DockerExtractor
run: docker-compose -f "docker/location-extractor.yml" up -d --build
- name: Wait on
uses: iFaxity/wait-on-action@v1.1.0
uses: iFaxity/wait-on-action@v1.2.1
with:
resource: http://localhost:8081
timeout: 30000
Expand All @@ -31,7 +31,7 @@ jobs:
- name: DockerLocator
run: docker-compose -f "docker/location-locator.yml" up -d --build
- name: Wait on
uses: iFaxity/wait-on-action@v1.1.0
uses: iFaxity/wait-on-action@v1.2.1
with:
resource: http://localhost:8082
timeout: 30000
Expand Down