Advancing 0.15.3 release to status: released #802
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c | |
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] |