Skip to content

Commit

Permalink
I hate YML
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Apr 11, 2021
1 parent 1f65995 commit 7826e86
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,20 @@ jobs:
fail-fast: false

matrix:
example: |
- 'examples/GettingStarted/GettingStarted.ino'
- 'examples/AcknowledgementPayloads/AcknowledgementPayloads.ino'
- 'examples/ManualAcknowledgements/ManualAcknowledgements.ino'
- 'examples/StreamingData/StreamingData.ino'
- 'examples/MulticeiverDemo/MulticeiverDemo.ino'
- 'examples/InterruptConfigure/InterruptConfigure.ino'
board: |
- 'teensy31'
- 'teensy35'
- 'teensy36'
- 'teensy40'
- 'teensy41'
- 'teensylc'
example:
- "examples/GettingStarted/GettingStarted.ino"
- "examples/AcknowledgementPayloads/AcknowledgementPayloads.ino"
- "examples/ManualAcknowledgements/ManualAcknowledgements.ino"
- "examples/StreamingData/StreamingData.ino"
- "examples/MulticeiverDemo/MulticeiverDemo.ino"
- "examples/InterruptConfigure/InterruptConfigure.ino"
board:
- "teensy31"
- "teensy35"
- "teensy36"
- "teensy40"
- "teensy41"
- "teensylc"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7826e86

Please sign in to comment.