diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd71a588e..38b1d8c86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -422,66 +422,3 @@ jobs: name: playwright-test-results-${{ matrix.shard }} path: frontend/test-results/ retention-days: 30 - - test-frontend-e2e-cypress: - runs-on: ubuntu-latest - needs: - - api-build - - frontend-build - services: - dex: - image: ghcr.io/go-vikunja/dex-testing:main@sha256:d401c06a9f8fd36ece446a07499b827232af7f21eb36872a76c9eac4d0c77bab - ports: - - 5556:5556 - container: - image: cypress/browsers:latest@sha256:c03803eed8a1c80a1cfe38672e8c6f661439fcff5cfa2c5ed424ffa502b0b0a1 - options: --user 1001 - steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - name: Download Vikunja Binary - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 - with: - name: vikunja_bin - - uses: ./.github/actions/setup-frontend - with: - install-e2e-binaries: true - - name: Download Frontend - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 - with: - name: frontend_dist - path: ./frontend/dist - - name: Inject testing flag into index.html - run: | - sed -i 's//