Skip to content

Commit

Permalink
use GET to wait, not HEAD
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Neumann <[email protected]>
  • Loading branch information
individual-it committed Oct 26, 2022
1 parent c0d2035 commit d0c22be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: wait on OpenProject
uses: iFaxity/wait-on-action@v1
with:
resource: http://localhost:8081/api/v3/
resource: http-get://localhost:8081/api/v3/
timeout: 240000

- name: try OpenProject
Expand Down

0 comments on commit d0c22be

Please sign in to comment.