Skip to content

Commit 2d1a9ca

Browse files
committed
chore: add step to display Symfony application information in CI
1 parent 043bde1 commit 2d1a9ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ jobs:
102102
php ./vendor/bin/phpunit --version
103103
composer --version
104104
105+
- name: Display Symfony application information
106+
run: |
107+
php ./bin/console about
108+
105109
- name: Validate main `composer.json` and `composer.lock` files
106110
run: composer validate --no-check-version
107111

0 commit comments

Comments
 (0)