Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 13, 2023
1 parent a5f8230 commit efa7875
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
[
GetBatteryVoltage,
I2CScan,
I2SMicrophone,
ImageScroll,
MPR121TouchSensor,
SerialExample,
Expand All @@ -29,6 +28,7 @@ jobs:
]
env:
EXAMPLES: ${{matrix.example}}

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -44,4 +44,5 @@ jobs:
run: pip install --upgrade platformio

- name: Run PlatformIO
run: pio run -e $EXAMPLES
run: |
pio run -e $EXAMPLES

0 comments on commit efa7875

Please sign in to comment.