Corey Morris commited on
Commit
9345a86
1 Parent(s): 0e575e0

Update pytest run to only run specific test files. Other test files are not ready to be run on a different system yet

Browse files
Files changed (1) hide show
  1. .github/workflows/python-app.yml +1 -1
.github/workflows/python-app.yml CHANGED
@@ -36,4 +36,4 @@ jobs:
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with pytest
38
  run: |
39
- pytest
 
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with pytest
38
  run: |
39
+ pytest test_result_data_processor.py test_integration.py