chg: minor improv
parent
b2ffc822e9
commit
8d4eabf255
|
@ -44,10 +44,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get install -y --no-install-recommends curl git zip unzip libicu-dev libxml2-dev
|
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
|
- name: Run tests
|
||||||
run: |
|
run: composer test
|
||||||
composer install --no-progress --no-interaction
|
|
||||||
composer test
|
|
||||||
env:
|
env:
|
||||||
DEBUG: true
|
DEBUG: true
|
||||||
|
|
Loading…
Reference in New Issue