Skip to content

Commit

Permalink
Added MYSQL_ROOT_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Mar 18, 2024
1 parent 68cfadd commit 523ec95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ensembl-production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Ensembl/ensembl-production
env:
MYSQL_ROOT_PASSWORD: ensembl
on:
push:
branches:
Expand Down Expand Up @@ -70,6 +72,8 @@ jobs:
runs-on: ubuntu-latest
env:
COVERALLS: 'true'
MYSQL_ALLOW_EMPTY_PASSWORD
MYSQL_RANDOM_ROOT_PASSWORD
DB: mysql
steps:
- name: checkout
Expand Down

0 comments on commit 523ec95

Please sign in to comment.