We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d5b84 commit 185bb83Copy full SHA for 185bb83
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
run: pip install -r requirements.txt
31
- name: Run contract as tests with Specmatic Python
32
working-directory: main
33
- run: coverage run --branch -m pytest test -v -s --junitxml contract-test-reports/TEST-junit-jupiter.xml
+ run: coverage run --branch -m pytest tests -v -s --junitxml contract-test-reports/TEST-junit-jupiter.xml
34
- name: Publish contract test report
35
uses: mikepenz/action-junit-report@v3
36
if: always()
0 commit comments