gperdrizet commited on
Commit
71f3c61
·
1 Parent(s): 03ff7d7

Added linkedin resume parsing, github download and gradio IO function test modules to github action runner.

Browse files
Files changed (1) hide show
  1. .github/workflows/python_ci.yml +3 -1
.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/test_context_acquisition.py
 
 
 
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