bats install went bad, trying again without bats-core on mac

github-actions
Dave Musicant / thinkpad 4 years ago
parent 2a58102450
commit a2b167c88b

@ -17,7 +17,6 @@ jobs:
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install fswatch
brew install coreutils # in order to get readlink
brew install bats-core
else
echo "Unsupported OS: $RUNNER_OS"
exit 1

Loading…
Cancel
Save