Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Only tests the test directory within pytests
  • Loading branch information
holm10 authored Dec 6, 2023
1 parent 68cbaf2 commit 743161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Test with pytest
run: |
# Create a clean UEDGE instance for every test
pytest --forked --tb=native pytests
pytest --forked --tb=native pytests/pytests

0 comments on commit 743161f

Please sign in to comment.