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