Skip to content

Commit

Permalink
feat: Added test job
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliyobo committed Jan 28, 2024
1 parent e1b4f81 commit 0988ec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
venv/scripts/activate
pip install -r requirements-dev.txt
if: steps.cache-deps.outputs.cache-hit != 'true'
- name: test code
run: pytest -v
- name: Build code
run: |
venv/scripts/activate
Expand Down

0 comments on commit 0988ec2

Please sign in to comment.