Skip to content

✨Separate rancher cluster from manager #106

✨Separate rancher cluster from manager

✨Separate rancher cluster from manager #106

Workflow file for this run

name: Run short e2e tests
on:
pull_request:
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
with:
go-version: '=1.20.7'
- name: Run e2e tests
run: ISOLATED_MODE=true GINKGO_LABEL_FILTER=short make test-e2e
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: artifacts
path: _artifacts