ci: remove redundant --board-root

Twister automatically adds module board root folders now.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-05-03 08:36:08 +02:00 committed by Stephanos Ioannidis
parent c85e01e998
commit 0a7afcb0dc

View file

@ -32,7 +32,7 @@ jobs:
- name: Twister Tests
working-directory: example-application
run: |
../zephyr/scripts/twister -G --board-root boards/ --testsuite-root ./tests/
../zephyr/scripts/twister -G --testsuite-root ./tests/
- name: Archive firmware
uses: actions/upload-artifact@v3