disable integration tests for PR workflows

This commit is contained in:
Fabio Ivona
2023-03-22 11:53:33 +01:00
parent 7a699e16db
commit d635665c1b
2 changed files with 41 additions and 3 deletions

View File

@ -43,6 +43,3 @@ jobs:
- name: Unit Tests in Parallel
run: composer test:parallel
if: startsWith(matrix.os, 'windows') != true
- name: Integration Tests
run: composer test:integration