We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c7cb7 commit a087df9Copy full SHA for a087df9
.github/workflows/build_and_deploy.yml
@@ -51,6 +51,11 @@ jobs:
51
run: |
52
npm i -g [email protected]
53
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)"
59
- name: Determine deploy target
60
# 'force-preview' performs a full preview build but only if acknowledged i.e. workflow_dispatch
61
# 'automated-preview' for pushes on branches other than 'canary' for integration testing.
0 commit comments