Skip to content

Commit

Permalink
chore(actions) Fix Test Step
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Jul 24, 2024
1 parent 24e9d50 commit 4bc5167
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
docker compose -f docker-compose.yml.example up database -d
- name: Run Tests
run: |
cd sdk
poetry install --no-root
poetry run coverage run -m pytest
poetry run coverage report --format=markdown > coverage.md
echo -e "\n---\n# Docstring Coverage\n\`\`\`" >> coverage.md
poetry run interrogate -v honcho >> coverage.md
echo -e "\`\`\`" >> coverage.md
cd ..
env:
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
Expand Down

0 comments on commit 4bc5167

Please sign in to comment.