Skip to content

Commit

Permalink
Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jun 24, 2024
1 parent 01f292a commit 6e2354b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
phpunit:
name: PHPUnit Coverage Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
container:
image: pookmish/drupal8ci:latest
services:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e2354b

Please sign in to comment.