Skip to content

Commit

Permalink
Update push.yml: add legacy e2e test again
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap authored Nov 7, 2023
1 parent 6d0c477 commit a83cdb4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ 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 }}
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:
Expand All @@ -191,9 +191,9 @@ 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"
test-successful:
runs-on: ubuntu-latest
needs:
- end-to-end-tests
steps:
- run: echo "Test was successful"

0 comments on commit a83cdb4

Please sign in to comment.