1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gh-actions: release-tests: do not run linters for release tests

This commit is contained in:
Martine Lenders 2021-04-23 10:10:27 +02:00
parent 2229e95a3b
commit 14d3cba8b2
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -138,7 +138,7 @@ jobs:
TTN_DEV_ID="riot_lorawan_1" \
TTN_DEV_ID_ABP="riot_lorawan_1_abp" \
RIOTBASE=${RIOTBASE} \
$(which tox) -- ${TOX_ARGS} -m "${{ matrix.pytest_mark }}"
$(which tox) -e test -- ${TOX_ARGS} -m "${{ matrix.pytest_mark }}"
- name: junit2html and XML deploy
if: always()
run: |