Skip to content

Commit

Permalink
fix: tauri windows integration test not running
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Oct 15, 2023
1 parent 6dcb025 commit dcd2604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop-windows-test-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
timeout_minutes: 12
max_attempts: 3
command: "src-tauri\target\release\phoenix-test.exe" --run-tests=unit -q > output-unit.txt 2>&1
command: ..\phoenix-desktop\src-tauri\target\release\phoenix-test.exe --run-tests=unit -q > output-unit.txt 2>&1
shell: cmd

- name: Print windows unit test output to console
Expand All @@ -50,7 +50,7 @@ jobs:
with:
timeout_minutes: 12
max_attempts: 3
command: "src-tauri\target\release\phoenix-test.exe" --run-tests=integration -q > output-integration.txt 2>&1
command: ..\phoenix-desktop\src-tauri\target\release\phoenix-test.exe --run-tests=integration -q > output-integration.txt 2>&1
shell: cmd

- name: Print windows integration test output to console
Expand All @@ -64,7 +64,7 @@ jobs:
with:
timeout_minutes: 12
max_attempts: 3
command: "src-tauri\target\release\phoenix-test.exe" --run-tests=mainview -q > output-mainview.txt 2>&1
command: ..\phoenix-desktop\src-tauri\target\release\phoenix-test.exe --run-tests=mainview -q > output-mainview.txt 2>&1
shell: cmd

- name: Print windows mainview test output to console
Expand All @@ -78,7 +78,7 @@ jobs:
with:
timeout_minutes: 12
max_attempts: 3
command: "src-tauri\target\release\phoenix-test.exe" --run-tests=LegacyInteg -q > output-LegacyInteg.txt 2>&1
command: ..\phoenix-desktop\src-tauri\target\release\phoenix-test.exe --run-tests=LegacyInteg -q > output-LegacyInteg.txt 2>&1
shell: cmd

- name: Print windows LegacyInteg test output to console
Expand Down

0 comments on commit dcd2604

Please sign in to comment.