From 5c0ceaf781b2df85fed7e1b91926d08ab528aade Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 11:41:17 +0530 Subject: [PATCH] upload always --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6650f320..91a914cd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -327,7 +327,7 @@ jobs: # Upload the original go test output as an artifact for later review. - name: Upload test log - if: failure() + if: always() uses: actions/upload-artifact@v4 with: name: unit-test-log