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 594c6ac commit 57a1d88Copy full SHA for 57a1d88
.github/workflows/test_streamlit_folium.yml
@@ -46,8 +46,6 @@ jobs:
46
run: pip install pytest-github-actions-annotate-failures
47
48
- 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
+ run: |
+ cd streamlit_folium
+ pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
0 commit comments