Skip to content

Commit

Permalink
removed selenium test from push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csp175 authored Sep 3, 2024
1 parent a43d9fe commit fbcc5b4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit fbcc5b4

Please sign in to comment.