diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5923a92..9fb7710 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,7 @@ name: Continous integration on: pull_request: + types: [opened, reopened] push: branches: - '**' @@ -21,6 +22,8 @@ jobs: run: vendor/bin/ecs - name: Static analysis (Psalm) run: vendor/bin/psalm + - name: Build test help files + run: vendor/bin/codecept build - name: Static analysis (PHPStan) run: vendor/bin/phpstan - name: Run tests