Skip to content

Commit

Permalink
change files names
Browse files Browse the repository at this point in the history
  • Loading branch information
hghaf099 committed Aug 17, 2023
1 parent a9954f4 commit e109fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e109fb3

Please sign in to comment.