Skip to content

Commit 6c48c86

Browse files
authored
🚇👌 Run pytest in action with -ra flag (#12)
* 🚇👌 Run pytest in action with -rf flag This will show a summary of failed tests at the bottom of the output. Ref.: https://stackoverflow.com/a/55367504 * 🚇👌 Run pytest in action with -ra flag https://docs.pytest.org/en/6.2.x/usage.html#detailed-summary-report
1 parent 1e58afc commit 6c48c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ runs:
2525
shell: bash
2626
if: inputs.set_example_list != 'all'
2727
run: |
28-
pytest ${{ github.action_path }}/${{ inputs.set_example_list }}
28+
pytest -ra ${{ github.action_path }}/${{ inputs.set_example_list }}

0 commit comments

Comments
 (0)