Skip to content

Commit a18128d

Browse files
committed
fix: silence bash deprecation warning on macOS runners
See https://github.com/coder/coder/actions/runs/6407839577/job/17395535790?pr=10050
1 parent 2c2e98c commit a18128d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ jobs:
282282
# is a fine default.
283283
PARALLEL_FLAG=""
284284
285+
# macOS will output "The default interactive shell is now zsh"
286+
# intermittently in CI...
287+
export BASH_SILENCE_DEPRECATION_WARNING=true
285288
export TS_DEBUG_DISCO=true
286289
gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" \
287290
--packages="./..." -- $PARALLEL_FLAG -short -failfast $COVERAGE_FLAGS

0 commit comments

Comments
 (0)