chg: minor improv

pull/85/head
Luciano Righetti 2022-01-20 16:33:28 +01:00
parent b2ffc822e9
commit 8d4eabf255
1 changed files with 2 additions and 3 deletions

View File

@ -44,10 +44,9 @@ jobs:
run: |
sudo apt-get -y update
sudo apt-get install -y --no-install-recommends curl git zip unzip libicu-dev libxml2-dev
composer install --no-progress --no-interaction
- name: Run tests
run: |
composer install --no-progress --no-interaction
composer test
run: composer test
env:
DEBUG: true