We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb2289 commit d5ef500Copy full SHA for d5ef500
.github/workflows/e2e.frontend.yaml
@@ -38,6 +38,11 @@ jobs:
38
env:
39
DATABASE_URL: "postgres://postgres:unleash@localhost/unleash"
40
UNLEASH_LICENSE: ${{ secrets.FRONTEND_TEST_LICENSE }}
41
+ options: >-
42
+ --health-cmd "wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1"
43
+ --health-interval 10s
44
+ --health-timeout 5s
45
+ --health-retries 5
46
47
48
strategy:
0 commit comments