Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Dec 29, 2023
1 parent 6dd0463 commit 7c12ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: pip install --upgrade platformio

- name: Run tests on the native platform
run: platformio test -e native
working-directory: ./controller/tea_poor
run: pio test -e native

- name: Build PlatformIO Project for Android
working-directory: ./controller/tea_poor
Expand Down

0 comments on commit 7c12ef0

Please sign in to comment.