Fix Forgejo CI
This commit is contained in:
parent
d9063b606a
commit
7702398b36
1 changed files with 1 additions and 4 deletions
|
@ -43,9 +43,6 @@ jobs:
|
||||||
- name: Install PlatformIO Core
|
- name: Install PlatformIO Core
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install --upgrade platformio
|
run: pip install --upgrade platformio
|
||||||
- name: Run unit tests
|
|
||||||
shell: bash
|
|
||||||
run: mkdir -p junit-reports && pio test -e native_test_only --junit-output-path junit-reports/
|
|
||||||
- name: Build BTClock firmware
|
- name: Build BTClock firmware
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pio run
|
run: pio run
|
||||||
|
@ -81,7 +78,7 @@ jobs:
|
||||||
version: esp32s3
|
version: esp32s3
|
||||||
epd_variant: [213epd, 29epd]
|
epd_variant: [213epd, 29epd]
|
||||||
exclude:
|
exclude:
|
||||||
- chip: orangeclock
|
- chip: { name: orangeclock, version: esp32s3 }
|
||||||
epd_variant: 213epd
|
epd_variant: 213epd
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
- uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
||||||
|
|
Loading…
Reference in a new issue