Skip to content

Commit 30d11d2

Browse files
committed
WIP
1 parent 7af3b89 commit 30d11d2

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,7 @@ jobs:
6767
docker compose \
6868
--file .devcontainer/docker-compose.yml \
6969
--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-
uses: nev7n/wait_for_response@v1
82-
with:
83-
url: 'http://localhost:4001/health'
84-
responseCode: 200
85-
timeout: 90000
86-
interval: 500
70+
up -d sentry-test
8771
8872
- name: Run e2e tests via sentry-test
8973
run: |

0 commit comments

Comments
 (0)