Skip to content

Commit

Permalink
ci: remove GOPROXY environment variable due to go-yaml/yaml#887
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Karp <[email protected]>
(cherry picked from commit 396d2a7)
Signed-off-by: Samuel Karp <[email protected]>
  • Loading branch information
samuelkarp committed Aug 16, 2022
1 parent ae6395a commit d3d97cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ jobs:
working-directory: src/github.com/containerd/containerd
- name: Tests
env:
GOPROXY: direct
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-unit-root-junit.xml
run: |
make test
Expand All @@ -425,7 +424,6 @@ jobs:

- name: Integration 1
env:
GOPROXY: direct
TEST_RUNTIME: ${{ matrix.runtime }}
RUNC_FLAVOR: ${{ matrix.runc }}
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-serial-junit.xml
Expand All @@ -436,7 +434,6 @@ jobs:
# Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759
- name: Integration 2
env:
GOPROXY: direct
TEST_RUNTIME: ${{ matrix.runtime }}
RUNC_FLAVOR: ${{ matrix.runc }}
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-parallel-junit.xml
Expand Down Expand Up @@ -534,7 +531,6 @@ jobs:
working-directory: src/github.com/containerd/containerd
- name: Tests
env:
GOPROXY: direct
GOTESTSUM_JUNITFILE: "${{ github.workspace }}/macos-test-junit.xml"
run: |
make test
Expand Down

0 comments on commit d3d97cc

Please sign in to comment.