Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Mar 16, 2024
1 parent c94a2fc commit 3641e9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sites-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
image: pookmish/drupal8ci:latest
options: '--network-alias drupal8ci'
env:
REAL_AES_ENCRYPTION: ${{secrets.REAL_AES_ENCRYPTION}}
DRUPAL_DATABASE_NAME: drupal
DRUPAL_DATABASE_USERNAME: drupal
DRUPAL_DATABASE_PASSWORD: drupal
Expand Down
10 changes: 10 additions & 0 deletions tests/codeception.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,13 @@ modules:
cleanup_test: true
cleanup_failed: false
cleanup_suite: true
env:
ci:
modules:
config:
WebDriver:
url: 'http://drupal8ci/'
browser: chrome
host: selenium
port: 4444
restart: true

0 comments on commit 3641e9c

Please sign in to comment.