mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Test some CLI commands during test worklow
This commit is contained in:
parent
41d0e925e2
commit
f2f5e0b76e
1 changed files with 10 additions and 0 deletions
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue