Skip to content

Commit aaa366c

Browse files
authored
Merge pull request #550 from NHSDigital/fix-workflow
Fix test workflow
2 parents c4cb12c + 6e25701 commit aaa366c

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)