This step runs the go list ./... command for you to list the go packages named by the import paths.
go list ./...
This step runs the go list ./... command for you to list the go packages named by the import paths, starting from the current working directory. It can return a filtered package list in line with the exclude patterns.
Creates a list of features and gathered from git commits and tags using given pattern.
Runs Go test
Activates Bitrise Remote Build Cache for subsequent Bazel builds in the workflows.
Activates Bitrise Remote Build Cache add-on for subsequent Gradle builds in the workflow