Skip to content

Bump the github-actions group with 3 updates #1322

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #1322

Workflow file for this run

---
name: End to End Tests
on:
pull_request:
permissions: {}
jobs:
e2e:
name: E2E
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@release-0.14
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.14