Skip to content

Commit 8135873

Browse files
committed
Fix wrong path
1 parent 765fc35 commit 8135873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
- name: Test with pytest and retry flaky tests up to 3 times
5454
run: |
55+
cd streamlit_folium
5556
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
5657
5758
- name: Surface failing tests

0 commit comments

Comments
 (0)