We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3470a5b commit 63c4e5eCopy full SHA for 63c4e5e
1 file changed
.github/workflows/hetzner-e2e.yml
@@ -83,6 +83,14 @@ jobs:
83
with:
84
bun-version: 1.3.13
85
86
+ - name: Debug workspace
87
+ if: steps.secret_config.outputs.configured == 'true'
88
+ run: |
89
+ echo cwd=$(pwd)
90
+ echo workspace=$GITHUB_WORKSPACE
91
+ ls -la "$GITHUB_WORKSPACE" | head -30
92
+ test -f "$GITHUB_WORKSPACE/package.json" && echo HAS_PKG || echo NO_PKG
93
+
94
- name: Install dependencies
95
if: steps.secret_config.outputs.configured == 'true'
96
run: bun install --no-save --ignore-scripts
0 commit comments