diff --git a/.github/workflows/symfony.yml b/.github/workflows/symfony.yml index 77525eb..c3699fa 100644 --- a/.github/workflows/symfony.yml +++ b/.github/workflows/symfony.yml @@ -55,6 +55,9 @@ jobs: - name: Prepare database run: bin/console --env=test doctrine:database:create && bin/console --env=test doctrine:migrations:migrate + - name: Create JWT keys + run: bin/console lexik:jwt:generate-keypair + - name: Run PHPUnit run: vendor/bin/phpunit --coverage-text