Skip to content

Commit

Permalink
#82 - Make env variables global
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jan 16, 2020
1 parent c183863 commit 5a9a549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Main CI

on: [push, pull_request]

env:
DB_HOST: 127.0.0.1

jobs:
run:
runs-on: ubuntu-latest
Expand All @@ -11,9 +14,6 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: root
steps:
env:
DB_HOST: 127.0.0.1

- uses: actions/checkout@v1

- name: Init Database
Expand Down

0 comments on commit 5a9a549

Please sign in to comment.