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 c3d9f33 commit 3a6bd09Copy full SHA for 3a6bd09
.github/workflows/divert_sim.yaml
@@ -86,7 +86,8 @@ jobs:
86
- name: run tests
87
run: |
88
cd OpenEVSE_WiFi/divert_sim
89
- pytest -v --color=yes --junitxml=output/test_results.xml
+ mkdir -p output
90
+ pytest -v --color=yes --code-highlight yes --junitxml=output/test_results.xml
91
92
- name : Upload test results
93
uses: actions/upload-artifact@v3
0 commit comments