Skip to content

Commit

Permalink
feat: raise error if tests failing!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Mar 12, 2024
1 parent 9bcc3ca commit cfeefd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo "chang dir to dags"
cd dags || exit

python3 -m coverage run --omit=tests/* -m pytest .
python3 -m coverage run --omit=tests/* -m pytest . && echo "Tests Passed" || exit 1

cp .coverage ../.coverage
cd .. || exit
Expand Down

0 comments on commit cfeefd8

Please sign in to comment.