Merge pull request #10 from aimingmed/feature/github-workflow

Change directory path for .github
This commit is contained in:
Hong Kai LEE 2025-03-06 11:30:38 +08:00 committed by GitHub
commit e6303e35df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()