Skip to content

Commit e8f0a5a

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
go.sum
8383
test/integration/go.sum
8484
85+
- name: Debug - List bin directory after build
86+
run: |
87+
make build
88+
echo "Contents of bin directory:"
89+
ls -la bin/ || dir bin\
90+
8591
- name: Run integration tests
8692
run: make test-integration
8793
env:

0 commit comments

Comments
 (0)