We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af3b89 commit 30d11d2Copy full SHA for 30d11d2
1 file changed
.github/workflows/e2e_tests.yml
@@ -67,23 +67,7 @@ jobs:
67
docker compose \
68
--file .devcontainer/docker-compose.yml \
69
--env-file .devcontainer/.env \
70
- up sentry-test
71
-
72
- - name: "Wait for rails-mini app to be ready"
73
- uses: nev7n/wait_for_response@v1
74
- with:
75
- url: 'http://localhost:4000/health'
76
- responseCode: 200
77
- timeout: 90000
78
- interval: 500
79
80
- - name: "Wait for svelte-mini app to be ready"
81
82
83
- url: 'http://localhost:4001/health'
84
85
86
+ up -d sentry-test
87
88
- name: Run e2e tests via sentry-test
89
run: |
0 commit comments