Skip to content

Commit 3c7a4f9

Browse files
committed
ci: windows test runners crashing in github
1 parent 2ef09c0 commit 3c7a4f9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/desktop-windows-test-pull.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ jobs:
4343
npm ci
4444
npm run releaseDistTestDebug
4545
46+
- name: Upload build artifacts
47+
uses: actions/upload-artifact@v3
48+
with:
49+
name: phoenix-debug-binaries
50+
path: |
51+
.\src-tauri\target\debug\phoenix-test.exe
52+
.\src-tauri\target\debug\phnode.exe
53+
.\src-tauri\target\debug\src-node\
54+
4655
- name: Run tauri unit tests in windows
4756
# GUI apps in windows doesn't log on console. so we capture the output to a text file and print it, then fail on error.
4857
uses: nick-fields/retry@v3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)