File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,15 +383,13 @@ jobs:
383383 - run : sudo -E PATH=$PATH script/setup/install-gotestsum
384384 - name : Tests
385385 env :
386- GOPROXY : direct
387386 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-unit-root-junit.xml
388387 run : |
389388 make test
390389 sudo -E PATH=$PATH make root-test
391390
392391 - name : Integration 1
393392 env :
394- GOPROXY : direct
395393 TEST_RUNTIME : ${{ matrix.runtime }}
396394 RUNC_FLAVOR : ${{ matrix.runc }}
397395 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-integration-serial-junit.xml
@@ -405,7 +403,6 @@ jobs:
405403 # Run the integration suite a second time. See discussion in github.com/containerd/containerd/pull/1759
406404 - name : Integration 2
407405 env :
408- GOPROXY : direct
409406 TEST_RUNTIME : ${{ matrix.runtime }}
410407 RUNC_FLAVOR : ${{ matrix.runc }}
411408 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-integration-parallel-junit.xml
@@ -479,7 +476,6 @@ jobs:
479476 - run : sudo -E PATH=$PATH script/setup/install-gotestsum
480477 - name : Tests
481478 env :
482- GOPROXY : direct
483479 GOTESTSUM_JUNITFILE : " ${{ github.workspace }}/macos-test-junit.xml"
484480 run : make test
485481 - uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments