mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 06:10:00 +01:00
Fix workflow config
This commit is contained in:
parent
51ba44f15e
commit
c2972f7875
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Install PlatformIO Core
|
- name: Install PlatformIO Core
|
||||||
run: pip install --upgrade platformio
|
run: pip install --upgrade platformio
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: mkdir -p junit-reports && pio test -e native_test_only --junit-output-path --junit-output-path junit-reports/
|
run: mkdir -p junit-reports && pio test -e native_test_only --junit-output-path junit-reports/
|
||||||
- name: Publish Test Report
|
- name: Publish Test Report
|
||||||
uses: mikepenz/action-junit-report@v4
|
uses: mikepenz/action-junit-report@v4
|
||||||
if: success() || failure() # always run even if the previous step fails
|
if: success() || failure() # always run even if the previous step fails
|
||||||
|
Loading…
Reference in New Issue
Block a user