Skip to content

Commit 6e25701

Browse files
committed
move reruns parameter to correct place
1 parent c4cb12c commit 6e25701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-functional-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
node-version: '20'
2828

2929
- name: Run tests
30-
run: uv run pytest --device "${{ inputs.device }} --reruns 2"
30+
run: uv run pytest --reruns 2 --device "${{ inputs.device }}"
3131
shell: bash
3232
env:
3333
BASE_URL: ${{ inputs.base_url }}

0 commit comments

Comments
 (0)