Skip to content

Commit 4e0c90e

Browse files
authored
Test blindly fixing test.yaml
1 parent 11335c5 commit 4e0c90e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222

2323
- name: Get dependencies
2424
run: |
25-
cd pkg
25+
cd zos/pkg
2626
make getdeps
2727
env:
2828
GO111MODULE: on
2929

3030
- name: Run tests
3131
run: |
32-
cd pkg
32+
cd zos/pkg
3333
make testrace
3434
env:
3535
GO111MODULE: on
3636

3737
- name: Build binaries
3838
run: |
39-
cd cmds
39+
cd zos/cmds
4040
make
4141
env:
4242
GO111MODULE: on

0 commit comments

Comments
 (0)