Skip to content

Commit

Permalink
Update iFaxity/wait-on-action action to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent 704d8cd commit 570e52d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 570e52d

Please sign in to comment.