Skip to content

Commit 0505edf

Browse files
Update working directory for build and test steps
1 parent 624b2c3 commit 0505edf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
# Use a bash shell so we can use the same syntax for environment variable
2828
# access regardless of the host operating system
2929
shell: bash
30-
working-directory: ${{runner.workspace}}
30+
working-directory: ${{runner.workspace}}/sherpas
3131
run: cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
3232
- name: Build
33-
working-directory: ${{runner.workspace}}
33+
working-directory: ${{runner.workspace}}/sherpas
3434
shell: bash
3535
run: make
3636
- name: Test SHERPAS
37-
working-directory: ${{runner.workspace}}
37+
working-directory: ${{runner.workspace}}/sherpas
3838
shell: bash
3939
run: sherpas/SHERPAS -h
4040
- name: Test XPAS-DNA (db build capacity)
41-
working-directory: ${{runner.workspace}}
41+
working-directory: ${{runner.workspace}}/sherpas
4242
shell: bash
4343
run: lib/xpas/build/xpas-build-dna -h

0 commit comments

Comments
 (0)