From fb2134ec8b546d669fc036217cf9737bcf4d7781 Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Thu, 16 May 2024 11:05:55 +0200 Subject: [PATCH] fixing test --- .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 3dbc480..3a23500 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - name: Test install and bottle up main Formula if: github.event_name == 'workflow_dispatch' - run: brew test-bot --only-formulae + run: brew test-bot --only-formulae main - name: Upload bottles as artifact if: always() && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')