From e109fb399fdadf10dca2a7649b741ef35f51241d Mon Sep 17 00:00:00 2001 From: hamid ghaf Date: Thu, 17 Aug 2023 13:51:38 -0700 Subject: [PATCH] change files names --- .github/workflows/test-go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index b067b2e43822..96976fcab476 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -135,7 +135,7 @@ jobs: # testonly tagged tests need an additional tag go list -tags=testonly ./... | grep "testonly" | gotestsum tool ci-matrix --debug \ --partitions "${{ inputs.total-runners }}" \ - --timing-files 'test-results/go-test/*.json' > matrix.json + --timing-files 'test-results/go-test/*.json' > testonly_matrix.json # hardcoding vault package index as there is only one test package tagged with testonly # in the external tests. However, it would be also good to run the vault package with @@ -147,8 +147,8 @@ jobs: "estimatedRuntime": "N/A", "packages": $PKG, "description": "partition 1 - vault test packages" - }' matrix.json > new-matrix.json - mv new-matrix.json matrix.json + }' testonly_matrix.json > matrix.json + - name: Capture list of binary tests if: inputs.binary-tests id: list-binary-tests