Skip to content

Commit

Permalink
Add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nick863 committed Jul 8, 2024
1 parent a0720e3 commit 1f37b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promptflow-evals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: run e2e tests
run: |
poetry run pytest -m e2etest --cov=promptflow --cov-config=pyproject.toml --cov-report=term --cov-report=html --cov-report=xml
find ../../ -type f -name test-results.xml
poetry run python ../../scripts/code_qa/report_to_app_insights.py --activity install_time_s --junit-xml ${{ env.WORKING_DIRECTORY }}/test-results.xml --git-hub-action-run-id ${{ github.run_id }} --git-hub-workflow ${{ github.workflow }} --git-hub-action ${{ github.action }} --git-branch ${{ github.ref }}
working-directory: ${{ env.WORKING_DIRECTORY }}
- name: upload coverage report
Expand Down

0 comments on commit 1f37b5b

Please sign in to comment.