Skip to content

Commit 3680ec9

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent f8bf598 commit 3680ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
displayName: 'Install Python Packages'
3030

3131
- script: |
32-
xvfb-run -s "-screen 0 1400x900x24" pytest fast_rl/tests --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html
32+
xvfb-run -s "-screen 0 1400x900x24" pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html
3333
displayName: 'Test with pytest'
3434

3535
- task: PublishTestResults@2

0 commit comments

Comments
 (0)