We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76578af commit f53dd07Copy full SHA for f53dd07
.github/workflows/test.yaml
@@ -43,6 +43,7 @@ jobs:
43
- name: Wait for API Url Action
44
uses: Hardsix/action-wait-for-api@v2.0.2
45
with:
46
+ timeout: '600'
47
url: "http://localhost:2666/status"
48
expected-response-field: "status"
49
protocol
0 commit comments