Skip to content

Commit

Permalink
refactor: Update Python unit test command in PR check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 6, 2024
1 parent a663719 commit c6e24fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Run tests
working-directory: ./packages/python
run: |
python -m unittest .\tests\test_multiform_validator.py
python -m unittest ./tests/test_multiform_validator.py

0 comments on commit c6e24fa

Please sign in to comment.