Fixes
This commit is contained in:
parent
9233c4120a
commit
8c88561450
@ -55,7 +55,7 @@ services:
|
||||
depends_on:
|
||||
- php-fpm
|
||||
chrome:
|
||||
image: selenium/standalone-chrome:latest
|
||||
image: selenium/standalone-chromium:latest
|
||||
ports:
|
||||
- "7900:7900"
|
||||
- "4444:4444"
|
||||
|
||||
@ -26,6 +26,9 @@ jobs:
|
||||
- name: Load Data
|
||||
run: |
|
||||
docker exec -i psc_local-mongodb-1 /usr/bin/mongorestore --archive < ./dev_db/mongodb.dump
|
||||
- name: Run Composer Install
|
||||
run: |
|
||||
make composer ARGS="install"
|
||||
- name: Run Tests
|
||||
run: |
|
||||
make test
|
||||
@ -56,6 +59,9 @@ jobs:
|
||||
- name: Load Data
|
||||
run: |
|
||||
docker exec -i psc_local-mongodb-1 /usr/bin/mongorestore --archive < ./dev_db/mongodb.dump
|
||||
- name: Run Composer Install
|
||||
run: |
|
||||
make composer ARGS="install"
|
||||
- name: Run Tests
|
||||
run: |
|
||||
make test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user