diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index afc9796dc..dd3dd1954 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -131,6 +131,9 @@ jobs: Tests/app/console ongr:es:index:create -m live env: ${{ matrix.env }} + - name: Lint code + run: composer validate + - name: Run tests run: time vendor/bin/phpunit env: ${{ matrix.env }}