Skip to content

Commit f9e5f7d

Browse files
Merge pull request #102 from OpenAstroTech/ci-remove-uno
Update platformio.yml
2 parents 1e6245c + 4037060 commit f9e5f7d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/platformio.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
build:
1313
name: ${{ matrix.board }} STEPPER=${{ matrix.stepper }} DRIVER=${{ matrix.driver }} GPS=${{ matrix.gps }} GYRO=${{ matrix.gyro }} ALTAZ=${{ matrix.azalt }} HEADLESS=${{ matrix.headless }}
1414
runs-on: ubuntu-latest
15-
continue-on-error: ${{ matrix.board == 'uno' }}
1615
strategy:
1716
matrix:
18-
board: [mega2560, esp32, uno]
17+
board: [mega2560, esp32]
1918
stepper: [0, 1]
2019
driver: [0, 1, 2, 3]
2120
gps: [0, 1]
@@ -31,12 +30,6 @@ jobs:
3130
- { board: esp32, gps: 1 }
3231
- { board: esp32, gyro: 1 }
3332
- { board: esp32, azalt: 1 }
34-
- { board: uno, headless: 0 }
35-
- { board: uno, stepper: 1 } # UNO & NEMA17
36-
- { board: uno, gps: 1 }
37-
- { board: uno, gyro: 1 }
38-
- { board: uno, azalt: 1 }
39-
- { board: uno, headless: 0 }
4033

4134
steps:
4235
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)