diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a976bd..54a12d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,9 +11,15 @@ permissions: jobs: end-to-end: name: End to end testing + timeout-minutes: 45 strategy: fail-fast: false - timeout-minutes: 45 + matrix: + os: + - debian/12 + - ubuntu/20.04 + - ubuntu/22.04 + - ubuntu/24.04 runs-on: - self-hosted - cpu-16 @@ -50,7 +56,7 @@ jobs: run: | cd terraform tofu init - tofu apply -auto-approve -target=module.baremetal + tofu apply -auto-approve -target=module.baremetal -var incus_image=${{ matrix.os }} - name: Waiting for VMs to boot up run: |