We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4c36b commit 673aa0bCopy full SHA for 673aa0b
.github/workflows/build-frontend-image.yml
@@ -42,7 +42,7 @@ jobs:
42
ASPNETCORE_ENVIRONMENT: Development
43
44
- name: Wait for API to be ready
45
- uses: jtalk/url-health-check-action@v4
+ uses: jtalk/url-health-check-action@v5
46
with:
47
url: http://localhost:5095/graphql
48
max-attempts: 15
.github/workflows/frontend.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments