From 5add7b74f882e9033dd95d45b8f5dc2d19cc9f7e Mon Sep 17 00:00:00 2001 From: "Alex H. Room" <69592136+alexhroom@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:52:46 +0100 Subject: [PATCH] fixes actions typo --- .github/workflows/integration_tests.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 113ce7c..221c62b 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -25,8 +25,5 @@ jobs: if: runner.os == 'linux' uses: ./.github/actions/linux - name: Install and run tests (MacOS) - if: runner.os == 'macos' - uses: ./.github/actions/macos - - name: Install and run tests (Windows) - if: runner.os == 'windows' - uses: ./.github/actions/windows + if: runner.os != 'linux + uses: ./.github/actions/windows-mac