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 765fc35 commit 8135873Copy full SHA for 8135873
.github/workflows/test_streamlit_folium.yml
@@ -52,6 +52,7 @@ jobs:
52
53
- name: Test with pytest and retry flaky tests up to 3 times
54
run: |
55
+ cd streamlit_folium
56
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
57
58
- name: Surface failing tests
0 commit comments