From 831bd545e834aa64661a214e392f2763a4f28944 Mon Sep 17 00:00:00 2001 From: Vitalii Valkov Date: Sat, 1 Aug 2026 23:54:55 +0200 Subject: [PATCH] ci(e2e): provision the platform VM instead of bootstrap The bootstrap provision action built a k3d cluster with Terraform on the runner; agynio/e2e's provision-vm boots the prebuilt platform VM and exports the same environment the test action already reads. --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b152165..a84e0b5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Provision cluster - uses: agynio/bootstrap/.github/actions/provision@main + uses: agynio/e2e/.github/actions/provision-vm@main - name: Setup DevSpace uses: agynio/e2e/.github/actions/setup-devspace@main