Skip to content

Commit

Permalink
improved CI workflow with complexity from less to more
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 29, 2023
1 parent 200f006 commit f379ffe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
python -m pip install --upgrade pip
pip install -U platformio
pio pkg update
- name: Submitted library code tests
- name: Basic Arduino IDE example test
run: |
pio run
- name: PlatformIO registry test (M5CoreInk example)
cd examples/advanced_sensirion
pio run -s
- name: PlatformIO registry test (M5CoreInk project)
run: |
git clone https://github.com/hpsaturn/co2_m5coreink.git
cd co2_m5coreink
pio run
- name: Arduino IDE example test
pio run -s
- name: All archictures tests
run: |
cd examples/advanced_sensirion
pio run

0 comments on commit f379ffe

Please sign in to comment.