Skip to content

Commit d0c22be

Browse files
committed
use GET to wait, not HEAD
Signed-off-by: Artur Neumann <[email protected]>
1 parent c0d2035 commit d0c22be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: wait on OpenProject
123123
uses: iFaxity/wait-on-action@v1
124124
with:
125-
resource: http://localhost:8081/api/v3/
125+
resource: http-get://localhost:8081/api/v3/
126126
timeout: 240000
127127

128128
- name: try OpenProject

0 commit comments

Comments
 (0)