Skip to content

Commit

Permalink
Change app.py to App.py in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvini121 authored Oct 19, 2024
1 parent b4e75a5 commit 5c96bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test Streamlit App
run: |
pip install streamlit
streamlit run app.py --server.headless true --browser.gatherUsageStats false &
streamlit run App.py --server.headless true --browser.gatherUsageStats false &
sleep 10 # Wait for the app to start
curl --retry 5 --retry-delay 5 http://localhost:8501
env:
Expand Down

0 comments on commit 5c96bbd

Please sign in to comment.