Skip to content

Commit

Permalink
Use generic database name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Jan 28, 2025
1 parent 475eb79 commit 0862a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ports:
- 3306:3306
env:
MYSQL_DATABASE: drupal11
MYSQL_DATABASE: drupal
MYSQL_ROOT_PASSWORD: drupal
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- name: Install Drupal
run: drush si --db-url=mysql://root:drupal@mariadb:3306/drupal11 -y
run: drush si --db-url=mysql://root:drupal@mariadb:3306/drupal -y
working-directory: /var/www/drupal

- name: Install module dependencies
Expand Down

0 comments on commit 0862a69

Please sign in to comment.