Skip to content

Commit 8868467

Browse files
committed
Fixes
1 parent 8135873 commit 8868467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
if: always()
6060
uses: pmeier/pytest-results-action@main
6161
with:
62-
path: test-results.xml
62+
path: streamlit_folium/test-results.xml
6363
fail-on-empty: false
6464

6565
- uses: actions/upload-artifact@v3
6666
if: failure()
6767
with:
6868
name: screenshots
69-
path: screenshot*.png
69+
path: streamlit_folium/screenshot*.png

0 commit comments

Comments
 (0)