From 6e2354b18cef60bff7d55f16c5a24019b129d23e Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Mon, 24 Jun 2024 14:17:57 -0700 Subject: [PATCH] Updated github actions --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e1453503..e5fec5715 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,8 @@ jobs: phpunit: name: PHPUnit Coverage Tests runs-on: ubuntu-latest + strategy: + fail-fast: false container: image: pookmish/drupal8ci:latest services: @@ -39,6 +41,8 @@ jobs: acceptance: name: Codeception Acceptance Tests runs-on: ubuntu-latest + strategy: + fail-fast: false env: DRUPAL_DATABASE_NAME: drupal DRUPAL_DATABASE_USERNAME: drupal @@ -77,6 +81,8 @@ jobs: functional: name: Codeception Functional Tests runs-on: ubuntu-latest + strategy: + fail-fast: false env: DRUPAL_DATABASE_NAME: drupal DRUPAL_DATABASE_USERNAME: drupal