Skip to content

Commit a694de7

Browse files
committed
ci: set TMPDIR
1 parent ab9d953 commit a694de7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
- run: npx wait-on http://localhost:1429/plaque/newton-s-apple-tree-monash-university -t 30000
9191

9292
- run: npm run -w example test -- --debug
93+
env:
94+
TMPDIR: ${{ runner.temp }}
9395
- if: failure()
9496
name: upload debug artifacts
9597
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)