This commit is contained in:
leehk 2025-03-06 12:13:53 +08:00
parent af720e45cc
commit 501fbdb5cd

View File

@ -26,6 +26,7 @@ jobs:
with:
app-path: app/streamlit/Chatbot.py
ruff: true
skip-smoke: true
pytest-args: -v --junit-xml=test-results.xml
- if: always()
uses: pmeier/pytest-results-action@v0.6.0