Skip to content

Commit 0c13c41

Browse files
committed
Fix ipldt failure detection in workflow
1 parent fd7b46b commit 0c13c41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ipldt.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
--db-rel-path \
9292
--gendb _logs/ip-leak-scan/hits-linux.db \
9393
--r-overwrite \
94-
--r _logs/ip-leak-scan
94+
--r _logs/ip-leak-scan \
95+
| tee _logs/ipldt.txt
9596
ret=$?
9697
set +o pipefail
9798
exit $ret
@@ -100,7 +101,7 @@ jobs:
100101
101102
mkdir -p _logs/ip-leak-scan
102103
docker run --rm -v $PWD:/working -w /working \
103-
vpl_ipldt:ubuntu ./action.sh | tee _logs/ipldt.txt
104+
vpl_ipldt:ubuntu ./action.sh
104105
mv _logs/ipldt.txt _logs/ip-leak-scan/ipldt_results.txt
105106
106107
- name: Report

0 commit comments

Comments
 (0)