mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-01 03:15:42 +00:00
Try cwd
This commit is contained in:
parent
d404a49336
commit
2d9126f873
4
.github/workflows/test_simulator.yml
vendored
4
.github/workflows/test_simulator.yml
vendored
@ -46,12 +46,12 @@ jobs:
|
||||
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'
|
||||
|
||||
- name: PlatformIO Tests
|
||||
run: platformio test -e native --junit-output-path reports/testreport.xml
|
||||
run: platformio test -e native --junit-output-path testreport.xml
|
||||
|
||||
- name: Test Report
|
||||
uses: dorny/test-reporter@v1.9.1
|
||||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
name: PlatformIO Tests
|
||||
path: reports/testreport.xml
|
||||
path: testreport.xml
|
||||
reporter: java-junit
|
||||
|
Loading…
Reference in New Issue
Block a user