Skip to content

Commit

Permalink
Run with unittest again
Browse files Browse the repository at this point in the history
  • Loading branch information
sjagoe committed Dec 3, 2023
1 parent 784b2b7 commit 5ada276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
pip install -e .
pip install -r "test_requirements.txt"
pip --version
- name: Run tests with haas
run: |
python -m haas --log-level debug haas.tests.test_haas_application.TestHaasApplication.test_multiple_start_directories
- name: Run tests with unittest
run: |
python -m unittest discover -v -t . haas
python -m unittest -v -t . haas.tests.test_haas_application.TestHaasApplication.test_multiple_start_directories
- name: Run tests with haas
run: |
python -m haas haas

0 comments on commit 5ada276

Please sign in to comment.