Skip to content

Commit

Permalink
Merge pull request LLNL#76 from LLNL/holm10-patch-2
Browse files Browse the repository at this point in the history
Update run_testsuite.yml to correspond to master tests
  • Loading branch information
holm10 authored Feb 27, 2024
2 parents 3029495 + 437244c commit a6245d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 Expand Up @@ -61,7 +61,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 Expand Up @@ -92,7 +92,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 Expand Up @@ -123,7 +123,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 Expand Up @@ -154,7 +154,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 a6245d2

Please sign in to comment.