We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
which
command -v
1 parent 1c6b675 commit 8664eb8Copy full SHA for 8664eb8
1 file changed
.github/workflows/release-test.yml
@@ -150,7 +150,7 @@ jobs:
150
TTN_DEV_ID="riot_lorawan_1" \
151
TTN_DEV_ID_ABP="riot_lorawan_1_abp" \
152
RIOTBASE=${RIOTBASE} \
153
- $(command -v tox) -e test -- ${TOX_ARGS} \
+ $(which tox) -e test -- ${TOX_ARGS} \
154
${K} "${{ github.event.inputs.filter }}" -m "${{ matrix.pytest_mark }}"
155
- name: junit2html and XML deploy
156
if: always()
0 commit comments