mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +01:00
Test some CLI commands during test worklow
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user