We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6c9f7 commit 14bac70Copy full SHA for 14bac70
.github/workflows/shell.yml
@@ -22,7 +22,7 @@ on:
22
- 'CBG*'
23
- 'ci-*'
24
pull_request:
25
- # Only run when we change an API spec
+ # Only run when we change a shell script
26
paths:
27
- '*.sh'
28
branches:
jenkins-integration-build.sh
@@ -91,7 +91,7 @@ else
91
fi
92
93
if [ "${DETECT_RACES:-}" == "true" ]; then
94
- GO_TEST_FLAGS=(-race)
+ GO_TEST_FLAGS+=(-race)
95
96
97
if [ "${FAIL_FAST:-}" == "true" ]; then
0 commit comments