Skip to content

Commit d985087

Browse files
committed
Debug checkout
1 parent 543a003 commit d985087

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
with:
1818
path: fn-lib
1919

20+
- name: Debug paths
21+
run: |
22+
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
23+
ls -la $GITHUB_WORKSPACE
24+
ls -la $GITHUB_WORKSPACE/fn-lib || echo "fn-lib not found"
25+
ls -la $GITHUB_WORKSPACE/fn-config || echo "fn-config not found"
26+
pwd
27+
2028
- name: Checkout CONFIG
2129
uses: actions/checkout@v4
2230
with:

0 commit comments

Comments
 (0)