From cf126b1aa6fe18b8b456c0caa738c106a5ce6c27 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 27 Nov 2023 07:14:41 -0500 Subject: [PATCH] Test AppImage --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f8441d36..f21e414dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,7 +252,7 @@ jobs: cargo install tauri-driver xvfb-run yarn test:e2e env: - E2E_APPLICATION: "./src-tauri/target/${{ env.BUILD_RELEASE == 'true' && 'release' || 'debug' }}/kittycad-modeling" + E2E_APPLICATION: "./src-tauri/target/${{ env.BUILD_RELEASE == 'true' && 'release' || 'debug' }}/bundle/appimage/kittycad-modeling_${{ needs.prepare-json-files.outputs.version }}_amd64.AppImage" KITTYCAD_API_TOKEN: ${{ secrets.KITTYCAD_API_TOKEN }}