Skip to content

Commit 3a6bd09

Browse files
committed
create output dir for test results
1 parent c3d9f33 commit 3a6bd09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/divert_sim.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
- name: run tests
8787
run: |
8888
cd OpenEVSE_WiFi/divert_sim
89-
pytest -v --color=yes --junitxml=output/test_results.xml
89+
mkdir -p output
90+
pytest -v --color=yes --code-highlight yes --junitxml=output/test_results.xml
9091
9192
- name : Upload test results
9293
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)