Skip to content

Commit a087df9

Browse files
committed
Debug github-hosted
1 parent e9c7cb7 commit a087df9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
run: |
5252
5353
corepack enable
54+
- name: Check tmp
55+
run: |
56+
echo ${{ runner.temp }}
57+
node -e "const os = require('os'); console.log(os.tmpdir())"
58+
node -e "console.log(process.env)"
5459
- name: Determine deploy target
5560
# 'force-preview' performs a full preview build but only if acknowledged i.e. workflow_dispatch
5661
# 'automated-preview' for pushes on branches other than 'canary' for integration testing.

0 commit comments

Comments
 (0)