Test AppImage

This commit is contained in:
Pierre Jacquier
2023-11-27 07:14:41 -05:00
parent e660dde844
commit cf126b1aa6

View File

@ -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 }}