Skip to content

Commit

Permalink
WS-435: Fixing failing behat test and updating composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
catchenry committed Nov 18, 2023
1 parent 6b6f86b commit 849246c
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 198 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
Loading

0 comments on commit 849246c

Please sign in to comment.