Skip to content

Commit 63c4e5e

Browse files
committed
ci(hetzner-e2e): debug step before bun install
1 parent 3470a5b commit 63c4e5e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/hetzner-e2e.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
8383
with:
8484
bun-version: 1.3.13
8585

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+
8694
- name: Install dependencies
8795
if: steps.secret_config.outputs.configured == 'true'
8896
run: bun install --no-save --ignore-scripts

0 commit comments

Comments
 (0)