From f7d6f59add15f5c837f548d2dc0d3a61030d566c Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 12 Oct 2022 21:14:43 +0300 Subject: [PATCH] typo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eeff888..59cf7d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: # echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH # macos-11 Github Actions env has an old `readlink` and lacks `greadlink` which causes Bats to break - run: | - if [[ $RUNNER_OD == "macOS" ]] && [[ $(sw_vers -productVersion | awk -F. '{print $1}') -lt 12 ]]; then + if [[ $RUNNER_OS == "macOS" ]] && [[ $(sw_vers -productVersion | awk -F. '{print $1}') -lt 12 ]]; then brew install coreutils fi - run: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.2.0 bats