github workflows: Stick with which instead of command -v
... because even though it looks like a subshell, it apparently is not evaluated through a shell but passed right into exec.
This commit is contained in:
parent
1c6b675d9f
commit
8664eb8ffc
2
.github/workflows/release-test.yml
vendored
2
.github/workflows/release-test.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
|||||||
TTN_DEV_ID="riot_lorawan_1" \
|
TTN_DEV_ID="riot_lorawan_1" \
|
||||||
TTN_DEV_ID_ABP="riot_lorawan_1_abp" \
|
TTN_DEV_ID_ABP="riot_lorawan_1_abp" \
|
||||||
RIOTBASE=${RIOTBASE} \
|
RIOTBASE=${RIOTBASE} \
|
||||||
$(command -v tox) -e test -- ${TOX_ARGS} \
|
$(which tox) -e test -- ${TOX_ARGS} \
|
||||||
${K} "${{ github.event.inputs.filter }}" -m "${{ matrix.pytest_mark }}"
|
${K} "${{ github.event.inputs.filter }}" -m "${{ matrix.pytest_mark }}"
|
||||||
- name: junit2html and XML deploy
|
- name: junit2html and XML deploy
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user