Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaponte committed Nov 12, 2024
1 parent 4a3f708 commit 1e7b518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Warning summary
run: |
./scripts/check_warnings pytest_output.txt
echo "KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK"
python scripts/check_warnings pytest_output.txt
if [ $? ]; then
echo "::warning ::There are warnings raised in the test suite"
fi
2 changes: 2 additions & 0 deletions scripts/check_warnings
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import sys
import re

print("DOING SOMETHING")

header = "(=+) warnings summary (=+)\n"
footer = "(=+) (.+) warnings (.+) (=+)\n"

Expand Down

0 comments on commit 1e7b518

Please sign in to comment.