Skip to content

Commit 843b703

Browse files
authored
Disable zos/pkg which doesn't exists anymore
1 parent 34a9641 commit 843b703

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

.github/workflows/test.yaml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,19 @@ jobs:
2020
- name: Checkout code into the Go module directory
2121
uses: actions/checkout@v4
2222

23-
- name: Get dependencies
24-
run: |
25-
echo $GITHUB_WORKSPACE
26-
ls $GITHUB_WORKSPACE
27-
ls $GITHUB_WORKSPACE/*
28-
29-
cd zos/pkg
30-
make getdeps
31-
env:
32-
GO111MODULE: on
23+
# - name: Get dependencies
24+
# run: |
25+
# cd zos/pkg
26+
# make getdeps
27+
# env:
28+
# GO111MODULE: on
3329

34-
- name: Run tests
35-
run: |
36-
cd zos/pkg
37-
make testrace
38-
env:
39-
GO111MODULE: on
30+
# - name: Run tests
31+
# run: |
32+
# cd zos/pkg
33+
# make testrace
34+
# env:
35+
# GO111MODULE: on
4036

4137
- name: Build binaries
4238
run: |

0 commit comments

Comments
 (0)