Skip to content

Commit

Permalink
wait for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 17, 2024
1 parent dd629e0 commit 398ddde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
IngressHTTPPort: 80
IngressTimeout: 120000
strategy:
matrix:
kind_version: [v0.22.0]
Expand All @@ -61,7 +60,7 @@ jobs:
uses: iFaxity/wait-on-action@v1
with:
resource: http://localhost:80
timeout: $IngressTimeout
timeout: 120000
- name: Check that ingress is available
run: |
set +e
Expand Down

0 comments on commit 398ddde

Please sign in to comment.