mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
backport of commit d03c08b466 (#22939)
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
cb153f1cb6
commit
b3ca25ea3d
4
.github/workflows/test-go.yml
vendored
4
.github/workflows/test-go.yml
vendored
@@ -303,9 +303,13 @@ jobs:
|
||||
# On a release branch, add a flag to rerun failed tests
|
||||
# shellcheck disable=SC2193 # can get false positive for this comparision
|
||||
if [[ "${{ github.base_ref }}" == release/* ]] || [[ -z "${{ github.base_ref }}" && "${{ github.ref_name }}" == release/* ]]
|
||||
then
|
||||
# TODO remove this extra condition once 1.15 is about to released GA
|
||||
if [[ "${{ github.base_ref }}" != release/1.15* ]] || [[ -z "${{ github.base_ref }}" && "${{ github.ref_name }}" != release/1.15* ]]
|
||||
then
|
||||
RERUN_FAILS="--rerun-fails"
|
||||
fi
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086 # can't quote RERUN_FAILS
|
||||
GOARCH=${{ inputs.go-arch }} \
|
||||
|
||||
Reference in New Issue
Block a user