Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 23, 2024
1 parent 326352e commit e233498
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
board: ["esp32:esp32:esp32s3"]
examples:
- examples/BAM423_Accelerometer/BAM423_Accelerometer.ino
- examples/BAM423_Orientation/BAM423_Orientation.ino
- examples/BAM423_Temperature/BAM423_Temperature.ino
- examples/BMA423_Accelerometer/BMA423_Accelerometer.ino
- examples/BMA423_Orientation/BMA423_Orientation.ino
- examples/BMA423_Temperature/BMA423_Temperature.ino
- examples/BMA423_Feature/BMA423_Feature.ino
- examples/CM32181_LightSensor/CM32181_LightSensor.ino
- examples/CM32181_LightSensorInterrupt/CM32181_LightSensorInterrupt.ino
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
strategy:
matrix:
example:
- examples/BAM423_Accelerometer
- examples/BAM423_Orientation
- examples/BAM423_Temperature
- examples/BMA423_Accelerometer
- examples/BMA423_Orientation
- examples/BMA423_Temperature
- examples/BMA423_Feature
- examples/BHI260AP_6DoF
- examples/BHI260AP_aux_BMM150
- examples/BHI260AP_aux_BMM150_euler
Expand All @@ -27,7 +28,6 @@ jobs:
- examples/BHI260AP_DebugInfo
- examples/BHI260AP_Orientation
- examples/BHI260AP_StepCounter
- examples/BMA423_Feature
- examples/BMM150_GetDataExample
- examples/CM32181_LightSensor
- examples/CM32181_LightSensorInterrupt
Expand Down

0 comments on commit e233498

Please sign in to comment.