Skip to content

Commit 0de392f

Browse files
author
Ayana Samuel
committed
init: ci test update2
1 parent 7cc6691 commit 0de392f

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,8 @@ jobs:
2525
source .venv/bin/activate
2626
pip install -r requirements.txt
2727
28-
- name: Run Tests
28+
- name: Run tests
2929
run: |
3030
source .venv/bin/activate
3131
pytest
32-
exit_code=$?
33-
if [ $exit_code -eq 5 ]; then
34-
echo "No tests found, but continuing."
35-
exit 0
36-
else
37-
exit $exit_code
38-
fi
39-
32+

0 commit comments

Comments
 (0)