From 3182cbb4d970739b3d35b4c081ec3e700624f551 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 22 Jan 2024 19:54:49 +0530 Subject: [PATCH] simlified --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4561b9640..8c0012306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,9 +290,9 @@ jobs: - run: mkdir -p /tmp/corso-testlog - # Install gotestfmt - - name: Set up gotestfmt - run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest + # # Install gotestfmt + # - name: Set up gotestfmt + # run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest # run the tests - name: Unit Tests @@ -311,8 +311,7 @@ jobs: -failfast \ -p 1 \ -timeout 20m \ - ./... \ - 2>/tmp/corso-testlog/testcache-hash.log | tee /tmp/corso-testlog/gotest-unit.log + ./... # Upload the original go test output as an artifact for later review. - name: Upload test log