From 7702398b36beae1523475fb1eda63b9295fe70bb Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Thu, 19 Dec 2024 17:10:23 +0100 Subject: [PATCH] Fix Forgejo CI --- .forgejo/workflows/push.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 8cf5442..cabc4e2 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -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