We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704d8cd commit e9bb42dCopy full SHA for e9bb42d
.github/workflows/docker-test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: DockerExtractor
19
run: docker-compose -f "docker/location-extractor.yml" up -d --build
20
- name: Wait on
21
- uses: iFaxity/wait-on-action@v1.1.0
+ uses: iFaxity/wait-on-action@v1.2.0
22
with:
23
resource: http://localhost:8081
24
timeout: 30000
@@ -31,7 +31,7 @@ jobs:
31
- name: DockerLocator
32
run: docker-compose -f "docker/location-locator.yml" up -d --build
33
34
35
36
resource: http://localhost:8082
37
0 commit comments