Merge pull request #16380 from miri64/backport/2021.04/gh-actions/fix/remove-linters

gh-actions: release-tests: do not run linters for release tests [backport 2021.04]
This commit is contained in:
Martine Lenders 2021-04-23 11:09:39 +02:00 committed by GitHub
commit 4fafe5dec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: |