Skip to content

Commit 54bfdc1

Browse files
author
Damir Zainullin
committed
++
1 parent 3d35b27 commit 54bfdc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: make distcheck
3131
run: |
3232
make distcheck || true
33-
find _build/sub -type f
34-
cat _build/sub/biflow_aggregator/test-suite.log || echo "Log not found"
33+
pwd
34+
cat sub/biflow_aggregator/test-suite.log || echo "Log not found"
3535
3636
- name: configure with debug
3737
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov

0 commit comments

Comments
 (0)