From 0536527f8a51347f3f9319c73ab324498567d9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Tue, 14 Oct 2025 18:14:38 +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 c3699fa..9b57cde 100644 --- a/.github/workflows/symfony.yml +++ b/.github/workflows/symfony.yml @@ -58,6 +58,9 @@ jobs: - name: Create JWT keys run: bin/console lexik:jwt:generate-keypair + - name: Add extra RDAP servers + run: ln -s config/app/custom_rdap_servers.example.yaml config/app/custom_rdap_servers.yaml + - name: Run PHPUnit run: vendor/bin/phpunit --coverage-text