Browse Source

Fail tests on failure

pull/1013/head
Joe Corall 11 months ago committed by GitHub
parent
commit
8d40c4cb3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build-2.x.yml

1
.github/workflows/build-2.x.yml

@ -120,5 +120,6 @@ jobs:
- name: PHPUNIT tests
run: |
set -eou pipefail
cd $DRUPAL_DIR/web/core
$DRUPAL_DIR/vendor/bin/phpunit --verbose --testsuite "${{ matrix.test-suite }}"

Loading…
Cancel
Save