Fix envrionment configuration

This commit is contained in:
Dane Everitt
2020-06-28 15:26:09 -07:00
parent ce138d07a9
commit 6b1b478cb9
2 changed files with 5 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ jobs:
extensions: cli, openssl, gd, mysql, pdo, mbstring, tokenizer, bcmath, xml, curl, zip
tools: composer:v1
coverage: none
- name: configure
run: cp .env.ci .env
- name: install dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: execute tests