Skip to content

Commit

Permalink
Update before_merge.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt authored Jun 25, 2024
1 parent 90fd623 commit 228570b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/before_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements-dev.txt
- name: Run Tests
env:
pytest_verbosity: 2
pytest_report_title: "⭐️ Pytest Results ⭐️"
run: |
source venv/bin/activate
python3 -m pytest --github-report tests/*.py

0 comments on commit 228570b

Please sign in to comment.