Change directory path for .github

This commit is contained in:
leehk 2025-03-06 11:30:05 +08:00
parent b5cb5efc78
commit cd0ea4b2eb

View File

@ -19,7 +19,7 @@ jobs:
python-version: '3.11'
- uses: streamlit/streamlit-app-action@v0.0.3
with:
app-path: Chatbot.py
app-path: app/streamlit/Chatbot.py
ruff: true
pytest-args: -v --junit-xml=test-results.xml
- if: always()