We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bd5a5 commit d18409eCopy full SHA for d18409e
1 file changed
.github/workflows/pythonapp.yml
@@ -43,7 +43,7 @@ jobs:
43
python -m pytest
44
- name: Run App
45
run: |
46
- PARAMETERS=./defaults/cypress.cfg streamlit run src/app.py &
+ PARAMETERS=./defaults/cypress.cfg streamlit run st_app.py &
47
- name: Cypress
48
uses: cypress-io/github-action@v1
49
with:
0 commit comments