Skip to content

Commit 57a1d88

Browse files
committed
V2 start from streamlit_folium directory
1 parent 594c6ac commit 57a1d88

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
run: pip install pytest-github-actions-annotate-failures
4747

4848
- name: Test with pytest and retry flaky tests up to 3 times
49-
run: >-
50-
pytest streamlit_folium/tests/test_frontend.py
51-
--browser chromium -s
52-
--reruns 3
53-
--junit-xml=test-results.xml
49+
run: |
50+
cd streamlit_folium
51+
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml

0 commit comments

Comments
 (0)