Skip to content

Commit

Permalink
Allowed empty password
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Mar 18, 2024
1 parent c676ff5 commit 18fc62c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ensembl-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
perl:
- '5.14'
- 5.26.2
- '5.26.2'
include:
- COVERALLS: 'true'
DB: mysql
Expand All @@ -73,6 +73,7 @@ jobs:
COVERALLS: 'true'
DB: mysql
MYSQL_ROOT_PASSWORD: "ensembl"
MYSQL_ALLOW_EMPTY_PASSWORD: 'true'
steps:
- name: checkout
uses: actions/checkout@v4.1.0
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
COVERALLS: 'true'
DB: mysql
MYSQL_ROOT_PASSWORD: "ensembl"
MYSQL_ALLOW_EMPTY_PASSWORD: 'true'
steps:
- name: checkout
uses: actions/checkout@v4.1.0
Expand Down

0 comments on commit 18fc62c

Please sign in to comment.