We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3245ceb commit 122dc6eCopy full SHA for 122dc6e
.github/workflows/test.yaml
@@ -29,5 +29,5 @@ jobs:
29
30
- name: Run Streamlit app and tests
31
run: |
32
- nohup streamlit run tests/streamlit_authenticator_test.py &
+ nohup streamlit run tests/app.py &
33
pytest tests/tests.py --maxfail=1 --disable-warnings -q
0 commit comments