Skip to content

Commit 5df9d62

Browse files
committed
[workflows] List binaries in unit tests after downloading them.
We've had some errors about missing binaries, particularly like this: ``` /__w/_temp/ff3c74cc-dbd5-46dd-8f2a-d2dcf4cdfeae.sh: 1: ./build/tuple_formats-*: not found ``` This should help to track this down. Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 0b7c496 commit 5df9d62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-unit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Make binaries executable
4545
run: chmod +x ./build/*
4646

47+
- name: List binaries
48+
run: ls -l build
49+
4750
# Copy the sql2dbsp-jar-with-dependencies.jar to the target directory
4851
# This is needed for (pipeline-manager) tests
4952
- name: Copy feldera-sql-compiler JAR

0 commit comments

Comments
 (0)