Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk committed Sep 29, 2024
1 parent 4481c8a commit 9c20391
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,8 @@ jobs:
key: pydeps-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies using poetry
run: poetry install --no-interaction --no-root

- name: Validate provider docs
run: |
cd scripts;
python3 docs_get_providers_list.py --validate;
- name: Validate docs for providers
run: cd scripts && python3 docs_get_providers_list.py --validate;
- name: Run unit tests and report coverage
run: |
# Add a step to wait for MySQL to be fully up and running
Expand All @@ -99,7 +95,6 @@ jobs:
done
echo "MySQL is up and running!"
poetry run coverage run --branch -m pytest --ignore=tests/e2e_tests/
- name: Convert coverage results to JSON (for CodeCov support)
run: poetry run coverage json --omit="keep/providers/*"
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 9c20391

Please sign in to comment.