Skip to content

Commit

Permalink
running all test cases on github actions again!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jul 1, 2024
1 parent eae468d commit effc3f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash
# python3 -m coverage run --omit=tests/* -m pytest . && echo "Tests Passed" || exit 1
python3 -m coverage run --omit=tests/* -m pytest tests/integration/test_publish_on_success.py && echo "Tests Passed" || exit 1
python3 -m coverage run --omit=tests/* -m pytest . && echo "Tests Passed" || exit 1
python3 -m coverage lcov -i -o coverage/lcov.info

0 comments on commit effc3f1

Please sign in to comment.