We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9d953 commit a694de7Copy full SHA for a694de7
.github/workflows/tests.yml
@@ -90,6 +90,8 @@ jobs:
90
- run: npx wait-on http://localhost:1429/plaque/newton-s-apple-tree-monash-university -t 30000
91
92
- run: npm run -w example test -- --debug
93
+ env:
94
+ TMPDIR: ${{ runner.temp }}
95
- if: failure()
96
name: upload debug artifacts
97
uses: actions/upload-artifact@v4
0 commit comments