Skip to content

Commit 10c2bad

Browse files
Update .github/workflows/pythonapp.yml
Co-Authored-By: Chris Alfano <[email protected]>
1 parent 4833603 commit 10c2bad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
python -m pytest
4040
- name: Run App
4141
run: |
42-
streamlit run app.py &
42+
streamlit run src/app.py &
4343
- name: Cypress
4444
uses: cypress-io/[email protected]
4545
with:
4646
working-directory: e2e
4747

48-

0 commit comments

Comments
 (0)