diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d89191c4..383eae7d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,6 +42,7 @@ jobs: - name: Unit Tests in Parallel run: composer test:parallel + if: startsWith(matrix.os, 'windows') != true - name: Integration Tests run: composer test:integration