Skip to content

Commit

Permalink
env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederschmidt committed Apr 28, 2021
1 parent efa8acc commit 4199b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
pip install poetry pytest
poetry install
- name: Test with pytest
env:
SECRET_KEY: TestKey
DATABASE_URL: sqlite:///db.sqlite3
DEBUG: true
run: |
poetry run pytest
Expand Down

0 comments on commit 4199b09

Please sign in to comment.