Skip to content

Commit 185bb83

Browse files
committed
fix: Corrected tests folder path
1 parent 61d5b84 commit 185bb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pip install -r requirements.txt
3131
- name: Run contract as tests with Specmatic Python
3232
working-directory: main
33-
run: coverage run --branch -m pytest test -v -s --junitxml contract-test-reports/TEST-junit-jupiter.xml
33+
run: coverage run --branch -m pytest tests -v -s --junitxml contract-test-reports/TEST-junit-jupiter.xml
3434
- name: Publish contract test report
3535
uses: mikepenz/action-junit-report@v3
3636
if: always()

0 commit comments

Comments
 (0)