diff --git a/.github/workflows/test.e2e.yml b/.github/workflows/test.e2e.yml index 67e3c6d1..36bfa45f 100644 --- a/.github/workflows/test.e2e.yml +++ b/.github/workflows/test.e2e.yml @@ -34,12 +34,6 @@ jobs: - name: Build and start all Containers run: docker compose up -d - - name: Wait for Directus to be Ready - run: | - echo "Waiting for Directus API to be ready..." - timeout 120 bash -c 'until curl -f http://localhost:8055/server/health; do echo "Waiting for Directus..."; sleep 5; done' - echo "Directus is ready!" - - name: Seed Backend run: | mkdir -p ./data/uploads @@ -68,4 +62,4 @@ jobs: id: cypress-tests continue-on-error: true run: npm run test:split:auto - working-directory: ./cypress + working-directory: ./Cypress