fix: workflow

pull/9060/head
Luciano Righetti 2023-05-04 16:47:41 +02:00
parent e34c61a69f
commit 383ab2db06
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ jobs:
- name: Install composer packages
run: composer install --no-interaction --no-progress --no-suggest --ignore-platform-reqs
- name: Copy config file
run: cp -Rf docker/misp/config/app_local.php config/app_local.php
- name: Run tests
run: vendor/bin/phpunit