You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
- docker-compose exec -u web web ./bin/phing build-platform-dev -D'platform.profile.name'=$PLATFORM_PROFILE
- docker-compose exec -u web web ./bin/phing install-platform -D'platform.profile.name'=$PLATFORM_PROFILE -D'platform.site.theme_default'=$THEME_DEFAULT
script:
- docker-compose exec -u web web ./bin/phpcs
- docker-compose exec -u web web ./bin/phpunit -c tests/phpunit.xml
- docker-compose exec -u web web ./bin/behat -c tests/behat.yml -p $BEHAT_PROFILE