File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 go test -timeout 20m -json -parallel 2 -cover -covermode=atomic -coverprofile=unit-test-coverage.out $(go list ./... | grep /docker/test_env) -run '${{ matrix.test.tests }}' 2>&1 | tee /tmp/gotest.log | ../gotestloghelper -ci
4545 - name : Publish Artifacts
4646 if : failure()
47- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
47+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4848 with :
4949 name : test-logs
5050 path : ./lib/logs
Original file line number Diff line number Diff line change 9999 QA_KUBECONFIG : ${{ secrets.QA_KUBECONFIG }}
100100 run_setup : false
101101 - name : Upload test log
102- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
102+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
103103 if : failure()
104104 with :
105105 name : test-log
@@ -147,7 +147,7 @@ jobs:
147147 QA_KUBECONFIG : ${{ secrets.QA_KUBECONFIG }}
148148 run_setup : false
149149 - name : Upload test log
150- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
150+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
151151 if : failure()
152152 with :
153153 name : remote-runner-test-log
Original file line number Diff line number Diff line change 7878 run : test -f ${{ matrix.project.path }}golangci-lint-report.xml || true
7979 - name : Store lint report artifact
8080 if : always()
81- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
81+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
8282 with :
8383 name : golangci-lint-report-${{ matrix.project.name }}
8484 path : ${{ matrix.project.path }}golangci-lint-report.xml
Original file line number Diff line number Diff line change 5050 make test_unit"
5151 - name : Publish Artifacts
5252 if : failure()
53- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
53+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5454 with :
5555 name : test-logs
5656 path : /tmp/gotest.log
You can’t perform that action at this time.
0 commit comments