Skip to content

Commit cd37fd3

Browse files
committed
step
1 parent cd1f0e0 commit cd37fd3

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/package_core.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ jobs:
183183
runs-on: ubuntu-latest
184184
needs:
185185
- package-core
186-
<<<<<<< Updated upstream
187-
if: ${{ !cancelled() }}
188-
=======
189-
>>>>>>> Stashed changes
190186
steps:
191187
- uses: geekyeggo/delete-artifact@v5.1.0
192188
with:

extra/artifacts/_common.test_setup.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ else
2121
examples/04.Communication/SerialPassthrough \
2222

2323
# Smoke test for C++ features
24-
get_latest_release libraries bblanchon/ArduinoJson \
25-
examples/JsonFilterExample \
26-
examples/JsonGeneratorExample \
27-
examples/JsonParserExample \
28-
examples/MsgPackParser \
29-
examples/ProgmemExample \
30-
examples/StringExample \
24+
get_latest_release libraries arduino-libraries/Arduino_JSON \
3125

3226
# Smoke test for SPI API compatibilty
3327
# get_branch_tip libraries PaulStoffregen/SerialFlash master

0 commit comments

Comments
 (0)