From f2f5e0b76ee778eaee8e0fbfe2acebe5c3795598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 2 Oct 2020 12:26:26 +0200 Subject: [PATCH] Test some CLI commands during test worklow --- .github/workflows/tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f9fcd69..372b07cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 +