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