Skip to content

Commit

Permalink
Fix GitHub Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKhan6368 committed Jul 25, 2024
1 parent 28a4f9a commit 2fd728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pip install -r requirements.txt
- name: Run contract as tests with Specmatic Python Extensions
working-directory: main
run: coverage run --branch -m pytest test -v --junitxml contract-test-reports/TEST-junit-jupiter.xml
run: coverage run --branch -m pytest test -v -s --junitxml contract-test-reports/TEST-junit-jupiter.xml
- name: Publish contract test report
uses: mikepenz/action-junit-report@v3
if: always()
Expand Down

0 comments on commit 2fd728e

Please sign in to comment.