Skip to content

Commit

Permalink
feat - add env to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilevk committed May 7, 2024
1 parent 9ed69f2 commit 04f5bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
poetry install --no-root
- name: Run tests with pytest
env:
ENV: test
run: |
poetry run python -m pytest tests -s

0 comments on commit 04f5bac

Please sign in to comment.