Skip to content

Commit

Permalink
Merge branch 'main' into N21-2075-sync-existing-course
Browse files Browse the repository at this point in the history
  • Loading branch information
sdinkov committed Sep 3, 2024
2 parents 3d1f948 + 68a1747 commit 8ca48d2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@ jobs:
with:
sarif_file: 'trivy-results.sarif'

end-to-end-tests:
needs:
- build_and_push
- 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 @@ -202,10 +194,3 @@ jobs:
ref: ${{ needs.branch_meta.outputs.branch }}
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 8ca48d2

Please sign in to comment.