Skip to content

Commit 8c59943

Browse files
committed
Update test workflow to use custom test runner for 'all' pattern
1 parent 0ebbbf3 commit 8c59943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-comprehensive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cd src/praisonai && python tests/test_runner.py --pattern crewai
9191
;;
9292
"all"|*)
93-
cd src/praisonai && python -m pytest tests/ -v --tb=short --disable-warnings --cov=praisonai --cov-report=xml --cov-branch
93+
cd src/praisonai && python tests/test_runner.py --pattern all
9494
;;
9595
esac
9696

0 commit comments

Comments
 (0)