Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sixianyi0721 committed Jan 10, 2025
1 parent 39957b2 commit bedc2ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
echo "Repository root: ${{ github.workspace }}"
echo "Branch: ${{ github.ref }}"
echo "List of tests"
pytest ${{ github.workspace }}/llama_stack/providers/tests/ --html=report.html --config=ci_test_config.yaml
pytest ${{ github.workspace }}/llama_stack/providers/tests/ --config=ci_test_config.yaml
- name: Upload pytest test results
uses: actions/upload-artifact@v4
with:
name: report.html
path: report.html
name: pytest_report.md
path: pytest_report.md
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

0 comments on commit bedc2ba

Please sign in to comment.