Skip to content

Commit

Permalink
Fix ipldt failure detection in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-intel committed Jun 28, 2024
1 parent fd7b46b commit 0c13c41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ipldt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
--db-rel-path \
--gendb _logs/ip-leak-scan/hits-linux.db \
--r-overwrite \
--r _logs/ip-leak-scan
--r _logs/ip-leak-scan \
| tee _logs/ipldt.txt
ret=$?
set +o pipefail
exit $ret
Expand All @@ -100,7 +101,7 @@ jobs:
mkdir -p _logs/ip-leak-scan
docker run --rm -v $PWD:/working -w /working \
vpl_ipldt:ubuntu ./action.sh | tee _logs/ipldt.txt
vpl_ipldt:ubuntu ./action.sh
mv _logs/ipldt.txt _logs/ip-leak-scan/ipldt_results.txt
- name: Report
Expand Down

0 comments on commit 0c13c41

Please sign in to comment.