Skip to content

Commit

Permalink
ajout .env
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain.perrinel committed Nov 9, 2024
1 parent 0b20016 commit 3be25f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
echo "DISCORD_TOKEN='test'" >> .env
echo "HELLOASSO_CLIENT_SECRET='test'" >> .env
pytest

0 comments on commit 3be25f6

Please sign in to comment.