Skip to content

Commit

Permalink
Test fix ci Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qdelamea-aneo committed Dec 27, 2023
1 parent 73a6649 commit 1e9d971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ jobs:
cd ../csharp/ArmoniK.Api.Mock
nohup dotnet run > /dev/null 2>&1 &
sleep 10
lsof -i:5000
lsof -i:5001
cd ../../python
python -m pytest tests --cov=armonik --cov-config=.coveragerc --cov-report=term-missing --cov-report xml:coverage.xml --cov-report html:coverage_report
Expand Down

0 comments on commit 1e9d971

Please sign in to comment.