Skip to content

Commit

Permalink
create env file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Feb 9, 2024
1 parent a2719a7 commit 65e65e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install
poetry install --only main
- name: create .env file
run: cp example.env .env
- name: Run tests
env:
SECRET_KEY: secret
Expand Down

0 comments on commit 65e65e7

Please sign in to comment.