Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshd30 committed Jul 8, 2024
1 parent 88ca555 commit e114db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform-val.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Check if valgrind failed
if: matrix.os == 'ubuntu-latest'
run: |
pattern=".*MemoryChecker.*.log"
pattern=".*LastTestsFailed.*.log"
files=$(find /home/runner/work/prime-headers/prime-headers/build/Testing/Temporary/ -regex "$pattern")
if [ -n "$files" ]; then
echo "Valgrind Failed, MemoryChecker files exist and are uploaded to Artifacts"
Expand Down

0 comments on commit e114db8

Please sign in to comment.