mirror of
https://github.com/gitwatch/gitwatch
synced 2024-11-15 06:12:52 +00:00
fixed capitalization on mac
This commit is contained in:
parent
f18fee7388
commit
6b8c6f14bc
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||
sudo apt-get -y install inotify-tools
|
||||
sudo apt-get -y install bats
|
||||
elif [ "$RUNNER_OS" == "MacOS" ]; then
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
brew install fswatch
|
||||
brew install coreutils # in order to get readlink
|
||||
brew install bats-core
|
||||
|
Loading…
Reference in New Issue
Block a user