From cf5c6f9ffd277dcbf4fdce7c3990665e9534af22 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 18 Mar 2023 00:59:05 +0000 Subject: [PATCH] chore: adjusts ci --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) 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