File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -439,15 +439,13 @@ jobs:
439439 - run : script/setup/install-gotestsum
440440 - name : Tests
441441 env :
442- GOPROXY : direct
443442 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-unit-root-junit.xml
444443 run : |
445444 make test
446445 sudo -E PATH=$PATH make root-test
447446
448447 - name : Integration 1
449448 env :
450- GOPROXY : direct
451449 TEST_RUNTIME : ${{ matrix.runtime }}
452450 RUNC_FLAVOR : ${{ matrix.runc }}
453451 ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
@@ -462,7 +460,6 @@ jobs:
462460 # Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759
463461 - name : Integration 2
464462 env :
465- GOPROXY : direct
466463 TEST_RUNTIME : ${{ matrix.runtime }}
467464 RUNC_FLAVOR : ${{ matrix.runc }}
468465 ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
@@ -539,7 +536,6 @@ jobs:
539536 - run : script/setup/install-gotestsum
540537 - name : Tests
541538 env :
542- GOPROXY : direct
543539 GOTESTSUM_JUNITFILE : " ${{ github.workspace }}/macos-test-junit.xml"
544540 run : make test
545541 - uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments