Skip to content

Commit 24df4d1

Browse files
committed
Add debugging to find what the binary looks like on windows
1 parent 58a64f9 commit 24df4d1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ jobs:
8282
go.sum
8383
test/integration/go.sum
8484
85+
- name: Debug - List bin directory after build
86+
shell: bash
87+
run: |
88+
make build
89+
echo "Contents of bin directory:"
90+
ls -la bin/
91+
8592
- name: Run integration tests
8693
run: make test-integration
8794
env:

0 commit comments

Comments
 (0)