diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 37941a6..947b1b7 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -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' \ No newline at end of file + run: python -m unittest discover -s ./tests -p 'test_*.py' \ No newline at end of file