Skip to content

Commit

Permalink
Added robo task for unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkhan53 committed May 11, 2022
1 parent 9e03aa3 commit 980f4c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ php:
env:
global:
- DRUPAL_BASE_URL="https://127.0.0.1:49156"
matrix:
# - JOB=job:run-coding-standard-check
- JOB=job:run-unit-test

install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Expand All @@ -27,5 +30,5 @@ before_script:
- ddev start -y

script:
- ddev exec -s web vendor/bin/phpunit -c web/core --verbose web/modules
- vendor/bin/robo $JOB

0 comments on commit 980f4c6

Please sign in to comment.