Skip to content

Commit

Permalink
Update run_testsuite.yml
Browse files Browse the repository at this point in the history
Updates master tests to run using master branch
  • Loading branch information
holm10 authored Feb 27, 2024
1 parent 021885b commit 2d2cad3
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/run_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
- name: Checkout develop branch
- name: Checkout master branch
uses: actions/checkout@v4
with:
ref: develop
repository: LLNL/UEDGE
- name: Build UEDGE
run: |
Expand All @@ -35,7 +34,7 @@ jobs:
- name: Return to pytests branch
uses: actions/checkout@v4
with:
ref: pytests-develop
ref: pytests
repository: LLNL/UEDGE
- name: Test with pytest
run: |
Expand All @@ -59,10 +58,9 @@ jobs:
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
- name: Checkout develop branch
- name: Checkout master branch
uses: actions/checkout@v4
with:
ref: develop
repository: LLNL/UEDGE
- name: Build UEDGE
run: |
Expand All @@ -71,7 +69,7 @@ jobs:
- name: Return to pytests branch
uses: actions/checkout@v4
with:
ref: pytests-develop
ref: pytests
repository: LLNL/UEDGE
- name: Test with pytest
run: |
Expand All @@ -95,10 +93,9 @@ jobs:
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
- name: Checkout develop branch
- name: Checkout master branch
uses: actions/checkout@v4
with:
ref: develop
repository: LLNL/UEDGE
- name: Build UEDGE
run: |
Expand All @@ -107,7 +104,7 @@ jobs:
- name: Return to pytests branch
uses: actions/checkout@v4
with:
ref: pytests-develop
ref: pytests
repository: LLNL/UEDGE
- name: Test with pytest
run: |
Expand All @@ -131,10 +128,9 @@ jobs:
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
- name: Checkout develop branch
- name: Checkout master branch
uses: actions/checkout@v4
with:
ref: develop
repository: LLNL/UEDGE
- name: Build UEDGE
run: |
Expand All @@ -143,7 +139,7 @@ jobs:
- name: Return to pytests branch
uses: actions/checkout@v4
with:
ref: pytests-develop
ref: pytests
repository: LLNL/UEDGE
- name: Test with pytest
run: |
Expand All @@ -167,10 +163,9 @@ jobs:
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
- name: Checkout develop branch
- name: Checkout master branch
uses: actions/checkout@v4
with:
ref: develop
repository: LLNL/UEDGE
- name: Build UEDGE
run: |
Expand All @@ -179,7 +174,7 @@ jobs:
- name: Return to pytests branch
uses: actions/checkout@v4
with:
ref: pytests-develop
ref: pytests
repository: LLNL/UEDGE
- name: Test with pytest
run: |
Expand Down

0 comments on commit 2d2cad3

Please sign in to comment.