From 6cf72d23af162ccb71acee3b9b59ceb36864756b Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 14 May 2024 10:40:04 -0700 Subject: [PATCH] Which file? --- .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 56ee1f8bf..83dc92bdb 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/physics/fuelCycle + pytest armi/physics/fuelPerformance/tests/test_executers.py - 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 f71c7022d..d722bd418 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/physics/fuelPerformance + pytest armi/physics/fuelPerformance/tests/test_fuelPerformancePlugin.py - 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 9685c82b1..9144defb5 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/physics/neutronics + pytest armi/physics/fuelPerformance/tests/test_fuelPerformanceUtils.py - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py