Skip to content

Commit

Permalink
Testing this stupid test crumb issue
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 14, 2024
1 parent 400da02 commit 0e79606
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 243 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/black.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/coverage.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/docs.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/licensechecker.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/linting.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/unittests.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/validatemanifest.py

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/validatemanifest.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/wintests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ARMI Windows tests
name: ARMI Windows Reactor tests

on:
push:
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi
pytest armi/reactor
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py
29 changes: 29 additions & 0 deletions .github/workflows/wintests2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ARMI Windows Physics tests

on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'

jobs:
build:

runs-on: windows-2022

steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Upgrade PIP
run: python -m pip install --upgrade pip
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/physics
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py
29 changes: 29 additions & 0 deletions .github/workflows/wintests3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ARMI Windows tests

on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'

jobs:
build:

runs-on: windows-2022

steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Upgrade PIP
run: python -m pip install --upgrade pip
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/tests
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py

0 comments on commit 0e79606

Please sign in to comment.