From f72bc3c87f31f6d9d7881757c28bd8f4649804fd Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Sun, 25 Sep 2022 10:10:15 -0600 Subject: [PATCH] [tests only] Fix brew-not-found issue --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f8d564..fc0b7ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,7 @@ jobs: steps: - uses: actions/checkout@v2 + - run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH - name: Environment setup run: | brew install bats-core