From 2fe97b98010cc5f696970c7ff72c8feb63b61834 Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 14 May 2024 11:11:02 -0700 Subject: [PATCH] It's in bookkeeping! But where? --- .github/workflows/wintests.yaml | 2 +- .github/workflows/wintests2.yaml | 2 +- .github/workflows/wintests3.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wintests.yaml b/.github/workflows/wintests.yaml index 55fc2cb16..53bcd2d3a 100644 --- a/.github/workflows/wintests.yaml +++ b/.github/workflows/wintests.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest armi/cases/ + pytest armi/bookkeeping/tests - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py diff --git a/.github/workflows/wintests2.yaml b/.github/workflows/wintests2.yaml index d640d1521..44d571a8a 100644 --- a/.github/workflows/wintests2.yaml +++ b/.github/workflows/wintests2.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest armi/bookkeeping + pytest armi/bookkeeping/report - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py diff --git a/.github/workflows/wintests3.yaml b/.github/workflows/wintests3.yaml index 907fd4418..051a3e247 100644 --- a/.github/workflows/wintests3.yaml +++ b/.github/workflows/wintests3.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest armi/cli + pytest armi/bookkeeping/visualization - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py