Skip to content

Commit d090017

Browse files
authored
Update tests working directory
1 parent 4e0c90e commit d090017

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,23 @@ jobs:
2121
uses: actions/checkout@v1
2222

2323
- name: Get dependencies
24+
working-directory: /home/runner/work/zos/zos
2425
run: |
2526
cd zos/pkg
2627
make getdeps
2728
env:
2829
GO111MODULE: on
2930

3031
- name: Run tests
32+
working-directory: /home/runner/work/zos/zos
3133
run: |
3234
cd zos/pkg
3335
make testrace
3436
env:
3537
GO111MODULE: on
3638

3739
- name: Build binaries
40+
working-directory: /home/runner/work/zos/zos
3841
run: |
3942
cd zos/cmds
4043
make

0 commit comments

Comments
 (0)