Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus authored Sep 13, 2024
1 parent 809fe3e commit eeba141
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.16'
- name: Install PlatformIO
run: python -m pip install --upgrade pip platformio
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high --skip-packages
Expand All @@ -36,6 +38,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.16'
- name: Install PlatformIO
run: python -m pip install --upgrade pip platformio
- run: platformio test -e native
Expand Down

0 comments on commit eeba141

Please sign in to comment.