Skip to content

Commit

Permalink
update github workflow for pr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Feb 6, 2024
1 parent 79bab31 commit d59d771
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,4 @@ jobs:
run: python -m pip install --upgrade pip

- name: Test with unittest
run: |
echo "currentdir: $(pwd)"
echo "filelist: $(ls -la)"
echo "prevdir: $(ls -la ../)"
python -m unittest discover -s ./tests -p 'test_*.py'
run: python -m unittest discover -s ./tests -p 'test_*.py'

0 comments on commit d59d771

Please sign in to comment.