Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into DEV-43-license
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond committed Jun 23, 2023
2 parents d7e2d23 + 6d13047 commit 066d394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ jobs:
- run:
name: Run Behat tests
command: |
nohup php -S ${CIRCLE_PROJECT_REPONAME}.local:8000 -t $(pwd)/web/ > /tmp/artifacts/phpd.log 2>&1 &
cd ${DRUPAL_ROOT}
nohup php -S example.ddev.site:8000 .ht.router.php > /tmp/artifacts/phpd.log 2>&1 &
google-chrome --headless --remote-debugging-port=9222 &>/dev/null &
cd ..
vendor/bin/behat --profile=circleci --suite=default --strict --format=junit --out=/tmp/artifacts
- store_artifacts:
path: /tmp/artifacts
Expand Down

0 comments on commit 066d394

Please sign in to comment.