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

Support direct exporter leasing by name in addition to the existing l… #611

Support direct exporter leasing by name in addition to the existing l…

Support direct exporter leasing by name in addition to the existing l… #611

Workflow file for this run

name: End-to-end tests
on:
workflow_dispatch:
pull_request:
branches:
- main
- 'release-*'
jobs:
e2e-tests:
strategy:
matrix:
os:
- ubuntu-24.04
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- uses: jumpstarter-dev/jumpstarter-e2e@main
with:
controller-ref: ${{ github.ref }}
# use the matching branch on the jumpstarter repo
jumpstarter-ref: ${{ github.event.pull_request.base.ref }}
e2e-tests-release-0-7:
runs-on: ubuntu-latest
steps:
- uses: jumpstarter-dev/jumpstarter-e2e@release-0.7
with:
controller-ref: ${{ github.ref }}
jumpstarter-ref: release-0.7