Skip to content

Commit

Permalink
Fix Python test CI to wait for server start up
Browse files Browse the repository at this point in the history
  • Loading branch information
qdelamea-aneo committed Dec 27, 2023
1 parent 5eee0b2 commit cbea272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ jobs:
run: |
cd ../csharp/ArmoniK.Api.Mock
nohup dotnet run > /dev/null 2>&1 &
sleep 10
- name: Run tests
run: 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 cbea272

Please sign in to comment.