Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artemonsh authored May 22, 2023
1 parent 9bd6dcf commit 7df8e34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Create .env file
run : |
echo "${{secrets.CANDIES_ENV }}" > .env
- name: Test with pytest
run: |
pytest

0 comments on commit 7df8e34

Please sign in to comment.