Disable tauri e2e tests on release (#2299)

This commit is contained in:
Pierre Jacquier
2024-05-06 07:25:08 -04:00
committed by GitHub
parent 43928f88aa
commit 1814f340fb

View File

@ -354,7 +354,7 @@ jobs:
path: "${{ env.PREFIX }}/${{ env.MODE }}/bundle/*/*"
- name: Run e2e tests (linux only)
if: matrix.os == 'ubuntu-latest'
if: ${{ matrix.os == 'ubuntu-latest' && github.event_name != 'release' && github.event_name != 'schedule' }}
run: |
cargo install tauri-driver --force
source .env.${{ env.BUILD_RELEASE == 'true' && 'production' || 'development' }}