Skip to content

Commit

Permalink
Apply suggestions from Per's review
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Sep 6, 2023
1 parent 3592f5b commit 6bed135
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:
env:
UNIVERSAL_SKETCH_PATHS: |
- extras/tests
- examples/SimpleStorageWriteRead
- examples/AdvancedUSBInternalOperations
- examples/BackupInternalPartitions
SKETCHES_REPORTS_PATH: sketches-reports
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports

Expand All @@ -43,34 +46,14 @@ jobs:
- fqbn: arduino:mbed_portenta:envie_m7
platforms: |
- name: arduino:mbed_portenta
additional-sketch-paths: |
- examples/PortentaH7Logger
- fqbn: arduino:renesas_portenta:portenta_c33
platforms: |
- name: arduino:renesas_portenta
- fqbn: arduino:mbed_opta:opta
platforms: |
- name: arduino:mbed_opta
include:
- board:
- fqbn: arduino:mbed_portenta:envie_m7
additional-sketch-paths: |
- examples/SimpleStorageWriteRead
- examples/PortentaH7Logger
- examples/AdvancedUSBInternalOperations
- examples/BackupInternalPartitions
- board:
- fqbn: arduino:renesas_portenta:portenta_c33
additional-sketch-paths: |
- examples/SimpleStorageWriteRead
- examples/AdvancedUSBInternalOperations
- examples/BackupInternalPartitions
- board:
- fqbn: arduino:mbed_opta:opta
additional-sketch-paths: |
- examples/SimpleStorageWriteRead
- examples/AdvancedUSBInternalOperations
- examples/BackupInternalPartitions
steps:
- name: Checkout repository
Expand Down

0 comments on commit 6bed135

Please sign in to comment.