Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Oct 20, 2021
1 parent 71bb740 commit 02e483d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
include:
- php: 7.3
env:
- BEHAT_OPTS="--profile=core --suite=web --tags=~@broken -c=behat_ibexa_oss.yaml"
- BEHAT_OPTS="--mode=standard --profile=core --tags=~@broken -c=behat_ibexa_oss.yaml"
- APP_ENV=behat
- APP_DEBUG=1
- COMPOSE_FILE="doc/docker/base-dev.yml:doc/docker/selenium.yml"
Expand All @@ -31,7 +31,7 @@ install:
- ./vendor/bin/prepare_project_edition.sh ${PROJECT_EDITION} ${PROJECT_VERSION} ${COMPOSE_FILE}

script:
- cd "$HOME/build/project"; docker-compose exec --user www-data app sh -c "vendor/bin/behat $BEHAT_OPTS"
- cd "$HOME/build/project"; docker-compose exec --user www-data app sh -c "vendor/bin/ezbehat $BEHAT_OPTS"

# reduce depth (history) of git checkout
git:
Expand Down

0 comments on commit 02e483d

Please sign in to comment.