Skip to content

Commit

Permalink
Moved env per job
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Mar 18, 2024
1 parent 6b443a1 commit c676ff5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ensembl-production.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Ensembl/ensembl-production
env:
MYSQL_ROOT_PASSWORD: ensembl
on:
push:
branches:
Expand Down Expand Up @@ -68,11 +66,13 @@ jobs:
env:
COVERALLS: "${{ matrix.COVERALLS }}"
DB: "${{ matrix.DB }}"
MYSQL_ROOT_PASSWORD: "ensembl"
test_2:
runs-on: ubuntu-latest
env:
COVERALLS: 'true'
DB: mysql
MYSQL_ROOT_PASSWORD: "ensembl"
steps:
- name: checkout
uses: actions/checkout@v4.1.0
Expand Down Expand Up @@ -118,6 +118,7 @@ jobs:
env:
COVERALLS: 'true'
DB: mysql
MYSQL_ROOT_PASSWORD: "ensembl"
steps:
- name: checkout
uses: actions/checkout@v4.1.0
Expand Down

0 comments on commit c676ff5

Please sign in to comment.