Skip to content

Commit

Permalink
minor changes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 4, 2023
1 parent 59f7924 commit ad25b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ jobs:
diff -c expected_openms.tsv openms.tsv >> ../../failures.txt
popd
done
if [ -s failures.txt ]
then
exit 1
fi

0 comments on commit ad25b75

Please sign in to comment.