mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-20 22:01:01 -07:00
fix: ci crash due to no dugite binary, due to NODE_ENV=test not set
This commit is contained in:
parent
18731a5f25
commit
bc32d6fecb
3 changed files with 7 additions and 6 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -20,7 +20,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: macos-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
with:
|
||||
name: application-logs
|
||||
path: |
|
||||
~/Library/Logs/TidGi/
|
||||
~/.local/share/TidGi/
|
||||
userData-dev/logs/
|
||||
retention-days: 7
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue