Skip to content

Commit

Permalink
Make sure we are in the correct directory before checking out the bra…
Browse files Browse the repository at this point in the history
…nch.
  • Loading branch information
cianciosa committed Jun 10, 2024
1 parent 7dc9e5b commit 0d3f18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
working-directory: ${{runner.workspace}}
run: |
git clone https://github.com/ORNL-Fusion/Stellarator-Tools.git ${{runner.workspace}}/Stellarator-Tools
cd ${{runner.workspace}}/Stellarator-Tools
git checkout ${{github.ref_name}}
- name: Create build directory.
working-directory: ${{runner.workspace}}/Stellarator-Tools
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
working-directory: ${{runner.workspace}}
run: |
git clone https://github.com/ORNL-Fusion/Stellarator-Tools.git ${{runner.workspace}}/Stellarator-Tools
cd ${{runner.workspace}}/Stellarator-Tools
git checkout ${{github.ref_name}}
- name: Create build directory.
working-directory: ${{runner.workspace}}/Stellarator-Tools
Expand Down

0 comments on commit 0d3f18b

Please sign in to comment.