Test some CLI commands during test worklow

This commit is contained in:
Jan Böhmer
2020-10-02 12:26:26 +02:00
committed by GitHub
parent 41d0e925e2
commit f2f5e0b76e

View File

@@ -100,3 +100,13 @@ jobs:
uses: codecov/codecov-action@v1
with:
env_vars: PHP_VERSION
- name: Test app:clean-attachments
run: php bin/console app:clean-attachments -n
- name: Test app:convert-bbcode
run: php bin/console app:convert-bbcode -n
- name: Test app:show-logs
run: php bin/console app:show-logs -n