Skip to content

Use the system errors package instead of github.com/pkg/errors #1121

Use the system errors package instead of github.com/pkg/errors

Use the system errors package instead of github.com/pkg/errors #1121

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@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel