Skip to content

Commit

Permalink
workflows: fix markers again
Browse files Browse the repository at this point in the history
Fix markers, second chance.

Signed-off-by: Giacomo Dematteis <[email protected]>
  • Loading branch information
DematteisGiacomo committed Nov 29, 2024
1 parent 9386cb6 commit 2d33ce8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ jobs:
real_pytest_marker='${{ inputs.pytest_marker }}'
fi
echo ${real_pytest_marker}
echo pytest -v ${real_pytest_marker} \
--junit-xml=results/test-results.xml \
--html=results/test-results.html --self-contained-html \
${{ inputs.pytest_path }}
pytest -v ${real_pytest_marker} \
--junit-xml=results/test-results.xml \
--html=results/test-results.html --self-contained-html \
Expand Down

0 comments on commit 2d33ce8

Please sign in to comment.