Skip to content
Snippets Groups Projects

#3460570: Automated tests

28 files
+ 1466
238
Compare changes
  • Side-by-side
  • Inline
Files
28
+ 17
0
# PHP CircleCI 2.0 configuration file
version: 2
jobs:
build:
machine:
docker_layer_caching: false
working_directory: /tmp/drupalci
steps:
- run:
name: Run tests
command: docker run -v /tmp/drupalci/results:/results
--rm marcelovani/drupalci:8-apache
--project ${CIRCLE_PROJECT_REPONAME}
--version ${CIRCLE_BRANCH}-dev
--vcs https://github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git
- store_artifacts:
path: /tmp/drupalci/results
Loading