Skip to content

Commit

Permalink
Adding no-interaction flag to blt processes in test prs.
Browse files Browse the repository at this point in the history
  • Loading branch information
catchenry committed Nov 16, 2023
1 parent f88db75 commit 0e7fae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Set up the site
run: |
ddev composer install
ddev exec blt setup || true
ddev exec blt setup --no-interaction || true
ddev drush cim
ddev drush cr
- name: Validate code
run: ddev exec blt validate
run: ddev exec blt validate --no-interaction
- name: Run tests
run: ddev exec vendor/bin/behat --config=tests/behat/behat.yml --stop-on-failure --strict
- name: Upload screenshots of failure
Expand Down

0 comments on commit 0e7fae9

Please sign in to comment.