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:
parent
2229e95a3b
commit
14d3cba8b2
2
.github/workflows/release-test.yml
vendored
2
.github/workflows/release-test.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user