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
|
||||
shell: bash
|
||||
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
|
||||
shell: bash
|
||||
run: pio run
|
||||
|
@ -81,7 +78,7 @@ jobs:
|
|||
version: esp32s3
|
||||
epd_variant: [213epd, 29epd]
|
||||
exclude:
|
||||
- chip: orangeclock
|
||||
- chip: { name: orangeclock, version: esp32s3 }
|
||||
epd_variant: 213epd
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue