diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 839765395..c64dc43c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,13 @@ jobs: uses: ./.github/workflows/phpunit.yml with: fast: ${{ github.event_name == 'schedule' && 'true' || 'false' }} - runs-on: '["ubuntu-latest", "windows-latest"]' + + phpunit-windows: + name: Windows tests + uses: ./.github/workflows/phpunit.yml + with: + fast: true + runs-on: '["windows-latest"]' phpunit-package: name: Package tests