Skip to content

Commit d40529e

Browse files
committed
hot fix
1 parent bb3ed89 commit d40529e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
3939
- name: Run mocked tests with coverage
4040
run: |
41-
cd scrapegraph-py
42-
python -m pytest tests/test_mocked_apis.py -v --cov=scrapegraph_py --cov-report=xml --cov-report=term-missing
43-
41+
pytest
4442
- name: Upload coverage to Codecov
4543
uses: codecov/codecov-action@v3
4644
with:

0 commit comments

Comments
 (0)