This commit is contained in:
leehk 2025-03-06 11:56:46 +08:00
parent 05fb135ece
commit 418bea217f

View File

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