Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Single namespace testing #204

Single namespace testing

Single namespace testing #204

Workflow file for this run

name: selftest
on:
- push
jobs:
test:
strategy:
matrix:
os:
- ubuntu-24.04
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
path: e2e
- uses: ./e2e
with:
controller-ref: main
jumpstarter-ref: main