diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8f742c..d841ed4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,4 +19,7 @@ jobs: phpunit: name: PHPUnit uses: kilip/gh-php-common/.github/workflows/phpunit.yaml@main + with: + pre_run: | + ./bin/console doctrine:schema:create secrets: inherit