From 11d1b95f4d1b8b6395cc99e5e3e3cc584abb3787 Mon Sep 17 00:00:00 2001 From: Aneesh Nireshwalia Date: Mon, 30 Jan 2023 20:33:13 -0700 Subject: [PATCH] Fix test cases Fix the check for macOS which was failing after commenting brew install. --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5c84a776..d087dcbbe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,9 +87,7 @@ jobs: user="smbuser" pass="mGoWwqvgdnwtmh07" - if [ "$RUNNER_OS" == "macOS" ]; then - #NONINTERACTIVE=1 brew install samba - else + if [ "$RUNNER_OS" != "macOS" ]; then sudo apt-get update sudo apt-get install samba -y