Skip to content

Commit 3245ceb

Browse files
committed
pytest
1 parent 22d47e5 commit 3245ceb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Run Streamlit app and tests
3131
run: |
3232
nohup streamlit run tests/streamlit_authenticator_test.py &
33-
pytest tests/pytest.py --maxfail=1 --disable-warnings -q
33+
pytest tests/tests.py --maxfail=1 --disable-warnings -q
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)