Skip to content

Commit

Permalink
testing code_testing.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropaulofb committed Sep 25, 2023
1 parent f014d50 commit f8fdd10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pwd
ls .
- name: Testing with pytest
run: pytest .\validator\tests\test_main.py
run: pytest ./validator/tests/test_main.py

0 comments on commit f8fdd10

Please sign in to comment.