Spaces:
Configuration error
Configuration error
Commit
·
71f3c61
1
Parent(s):
03ff7d7
Added linkedin resume parsing, github download and gradio IO function test modules to github action runner.
Browse files
.github/workflows/python_ci.yml
CHANGED
@@ -24,4 +24,6 @@ jobs:
|
|
24 |
pip install -r requirements.txt
|
25 |
- name: Test with unittest
|
26 |
run: |
|
27 |
-
python -m unittest tests/
|
|
|
|
|
|
24 |
pip install -r requirements.txt
|
25 |
- name: Test with unittest
|
26 |
run: |
|
27 |
+
python -m unittest tests/test_gradio.py
|
28 |
+
python -m unittest tests/test_linkedin_resume.py
|
29 |
+
python -m unittest tests/test_github.py
|