Skip to content

Commit e9bb42d

Browse files
Update iFaxity/wait-on-action action to v1.2.0
1 parent 704d8cd commit e9bb42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: DockerExtractor
1919
run: docker-compose -f "docker/location-extractor.yml" up -d --build
2020
- name: Wait on
21-
uses: iFaxity/wait-on-action@v1.1.0
21+
uses: iFaxity/wait-on-action@v1.2.0
2222
with:
2323
resource: http://localhost:8081
2424
timeout: 30000
@@ -31,7 +31,7 @@ jobs:
3131
- name: DockerLocator
3232
run: docker-compose -f "docker/location-locator.yml" up -d --build
3333
- name: Wait on
34-
uses: iFaxity/wait-on-action@v1.1.0
34+
uses: iFaxity/wait-on-action@v1.2.0
3535
with:
3636
resource: http://localhost:8082
3737
timeout: 30000

0 commit comments

Comments
 (0)