-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix unit test artifact name collisions [v8] (#540)
In a previous PR, I had refactored the go-setup step out of the unit tests. Unfortunately, this had the side-effect of the unit test action no longer knowing what Go version it was using (since it used to be passed in as a parameter.) This meant that when run in a matrix build, the test result uploads would clash and fail to upload. The fix is to check the current Go version using `go version` inside the action.
- Loading branch information
1 parent
8c02831
commit 2d46bbc
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters