Skip to content

Commit

Permalink
testing fix for CI issue with M5Atom
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jun 5, 2022
1 parent 392a7a3 commit 48642b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- name: Submitted library code test
run: |
pio run
- name: PlatformIO registry test (M5Atom example)
- name: PlatformIO registry test (M5CoreInk example)
run: |
cd examples/m5atom
git clone https://github.com/hpsaturn/co2_m5coreink.git
cd co2_m5coreink
pio run

0 comments on commit 48642b3

Please sign in to comment.