mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
fixing external bug for CI pass
This commit is contained in:
parent
cad2b5089e
commit
5ad7e473e4
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- run: pip3 install platformio
|
- run: pip3 install platformio
|
||||||
- run: echo "::add-path::~/.local/bin"
|
- run: echo "::add-path::~/.local/bin"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
|
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high --skip-packages --flags "--suppress=*:*.pio\* --inline-suppr" -v
|
||||||
|
|
||||||
PlatformIO-Build:
|
PlatformIO-Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue