From f50cd48664f1fa1d611d130776a269dc2b9fcc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Tue, 14 Oct 2025 18:08:21 +0200 Subject: [PATCH] ci: update symfony.yml --- .github/workflows/symfony.yml | 3 +++ 1 file changed, 3 insertions(+) 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