From 55b3567a06999496b4995fbd1a6ad59233a4d470 Mon Sep 17 00:00:00 2001 From: Christian Spohr <105202075+csp175@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:51:11 +0200 Subject: [PATCH] removed selenium test from push.yml (#3516) --- .github/workflows/push.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4047904808..172678aaca 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -154,14 +154,6 @@ jobs: with: sarif_file: 'trivy-results.sarif' - end-to-end-tests: - needs: - - build_and_push_docker - - branch_meta - uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e_call.yml@main - with: - ref: ${{ needs.branch_meta.outputs.branch }} - cy-e2e-tests: needs: - branch_meta @@ -172,11 +164,3 @@ jobs: secrets: service-account-token: ${{ secrets.CYPRESS_ONEPWD_SERVICE_ACCOUNT_TOKEN }} - - - test-successful: - runs-on: ubuntu-latest - needs: - - end-to-end-tests - steps: - - run: echo "Test was successful"