Skip to content

Commit 8d3da5a

Browse files
committed
Re-run the tests again so local db is used.
1 parent b76c7b8 commit 8d3da5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ jobs:
3434
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3535
- name: Run BDD Tests
3636
run: |
37+
# When run the first time, it'll build the library
38+
behave
39+
# When run the second time, it should use the already installed library
3740
behave
3841
- name: Run Unit Tests
3942
run: |
43+
# When run the first time, it'll build the library
44+
python -m unittest tests.test_pyard tests.test_smart_sort
45+
# When run the second time, it should use the already installed library
4046
python -m unittest tests.test_pyard tests.test_smart_sort

0 commit comments

Comments
 (0)