Skip to content

Advancing 0.14.7 release to status: projects #792

Advancing 0.14.7 release to status: projects

Advancing 0.14.7 release to status: projects #792

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
strategy:
fail-fast: false
matrix:
globalnet: ['', 'globalnet']
steps:
- name: Check out the repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/[email protected]
with:
using: ${{ matrix.globalnet }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/[email protected]