Skip to content

Commit

Permalink
Do not check dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TokenRat committed Sep 4, 2024
1 parent 28239fe commit a1527c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: "pip install --upgrade platformio"

- name: "CppCheck"
continue-on-error: true
run: "pio check"
run: 'pio check --fail-on-defect high --src-filters="-<.pio>"'

- name: "Build PlatformIO Project"
run: "pio run"

0 comments on commit a1527c0

Please sign in to comment.