Skip to content

Commit f80e688

Browse files
committed
Changed runner setup to lowercase
1 parent 1fe057a commit f80e688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
3232
- name: Run tests with pytest
3333
run: |
34-
pytest --cov=CandyCrunch -vs
34+
pytest --cov=candycrunch -vs
3535

0 commit comments

Comments
 (0)