remove embedded test from pipeline

This commit is contained in:
Nicu Hodos 2023-01-23 15:00:59 +01:00
parent 37fc2ab103
commit 65b9ce8dc1

View File

@ -26,15 +26,6 @@ steps:
exclude:
- production
- name: embedded tests
commands:
- cd gateway
- LD_LIBRARY_PATH=~/.platformio/packages/tool-simavr/lib/ pio test -e embedded --without-uploading
when:
target:
exclude:
- production
- name: upload firmware
commands:
- cd gateway