Skip to content

Commit

Permalink
Update run_testsuite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 authored Feb 27, 2024
1 parent 3029495 commit 437244c
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 437244c

Please sign in to comment.