From 9eda14ae6ad2607da2dac474ccc67773dcfe6d51 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Thu, 18 May 2023 14:58:13 +0530 Subject: [PATCH] Update test_parsing.yml --- .github/workflows/test_parsing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_parsing.yml b/.github/workflows/test_parsing.yml index 565d311..5265e25 100644 --- a/.github/workflows/test_parsing.yml +++ b/.github/workflows/test_parsing.yml @@ -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