Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 21, 2024
1 parent a9e6290 commit d8b979c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
run: pip install -r requirements.txt --no-deps

- name: Run tests
run: pytest -s --target ${{ inputs.target }} tests/
run: pytest -s --variant ${{ inputs.target }} tests/
env: ${{ fromJSON(inputs.images) }}

0 comments on commit d8b979c

Please sign in to comment.