ci: update symfony.yml

This commit is contained in:
Maël Gangloff 2025-10-14 18:21:54 +02:00
parent 0536527f8a
commit d77cbb30f2
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -59,7 +59,7 @@ jobs:
run: bin/console lexik:jwt:generate-keypair run: bin/console lexik:jwt:generate-keypair
- name: Add extra RDAP servers - name: Add extra RDAP servers
run: ln -s config/app/custom_rdap_servers.example.yaml config/app/custom_rdap_servers.yaml run: ln -s custom_rdap_servers.example.yaml config/app/custom_rdap_servers.yaml
- name: Run PHPUnit - name: Run PHPUnit
run: vendor/bin/phpunit --coverage-text run: vendor/bin/phpunit --coverage-text