Skip to content

Commit 3a064f7

Browse files
author
brentru
committed
fix
1 parent 34fca65 commit 3a064f7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/githubci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
arduino-platform: ["pyportal_titano", "metro_m4_airliftlite", "uno"]
11-
espressif-platform: ["esp8266", "esp32"]
10+
arduino-platform: ["esp8266", "esp32",
11+
"pyportal_titano", "metro_m4_airliftlite",
12+
"uno"]
1213

1314
runs-on: ubuntu-latest
1415

@@ -25,16 +26,12 @@ jobs:
2526
- name: pre-install
2627
run: bash ci/actions_install.sh
2728

28-
# test espressif platforms
29-
- name: test esp platforms
30-
run: python3 ci/build_platform.py ${{ matrix.espressif-platform }}
3129

3230
# manually install WiFi
3331
- name: extra libraries
3432
run: |
3533
git clone --quiet https://github.com/adafruit/WiFiNINA.git /home/runner/Arduino/libraries/WiFiNINA
3634
37-
# test non-espressif platforms
3835
- name: test platforms
3936
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
4037

0 commit comments

Comments
 (0)