Skip to content

Commit

Permalink
gh-actions: release-tests: do not run linters for release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Apr 23, 2021
1 parent 2229e95 commit 14d3cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 14d3cba

Please sign in to comment.