Skip to content

Commit 2fe97b9

Browse files
committed
It's in bookkeeping! But where?
1 parent 9ef7080 commit 2fe97b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/wintests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Run Unit Tests on Windows
2525
run: |
2626
pip install -e .[memprof,mpi,test]
27-
pytest armi/cases/
27+
pytest armi/bookkeeping/tests
2828
- name: Find Test Crumbs
2929
run: python .github/workflows/find_test_crumbs.py

.github/workflows/wintests2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Run Unit Tests on Windows
2525
run: |
2626
pip install -e .[memprof,mpi,test]
27-
pytest armi/bookkeeping
27+
pytest armi/bookkeeping/report
2828
- name: Find Test Crumbs
2929
run: python .github/workflows/find_test_crumbs.py

.github/workflows/wintests3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Run Unit Tests on Windows
2525
run: |
2626
pip install -e .[memprof,mpi,test]
27-
pytest armi/cli
27+
pytest armi/bookkeeping/visualization
2828
- name: Find Test Crumbs
2929
run: python .github/workflows/find_test_crumbs.py

0 commit comments

Comments
 (0)