Skip to content

Bump the github-actions group with 3 updates #2130

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #2130

Workflow file for this run

---
name: System Tests
on:
pull_request:
permissions: {}
jobs:
system-test:
name: Deployment
timeout-minutes: 15
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
globalnet: ['', 'globalnet']
steps:
- name: Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Deploy the environment and run the tests
uses: submariner-io/shipyard/gh-actions/[email protected]
with:
target: system-test
using: ${{ matrix.globalnet }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/[email protected]