Update test_parsing.yml

This commit is contained in:
Vivek Teega 2023-05-18 14:58:13 +05:30 committed by GitHub
parent e9ad3307f6
commit 9eda14ae6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,4 +28,4 @@ jobs:
pip install arrow==1.1.0 pyflo-lib==2.0.9 requests==2.25.0
- name: Test with unittest
run: |
python -m unittest test_parsing.py
python -m unittest tests/test_parsing.py