Skip to content

Commit

Permalink
configure CI to build only for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Dec 29, 2023
1 parent 7f01633 commit 6dd0463
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install PlatformIO Core
run: pip install --upgrade platformio

- name: Build PlatformIO Project
- name: Run tests on the native platform
run: platformio test -e native

- name: Build PlatformIO Project for Android
working-directory: ./controller/tea_poor
run: pio run
run: pio run -e uno_r4_wifi

0 comments on commit 6dd0463

Please sign in to comment.