mirror of
https://github.com/novoid/appendfilename.git
synced 2026-02-16 12:54:15 +00:00
correct functional typo in pytest.yml
This commit is contained in:
parent
afdc9a1e57
commit
140671f28f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
- name: run the check by pytest
|
- name: run the check by pytest
|
||||||
run: python -m pytest
|
run: python -m pytest
|
||||||
|
|
||||||
test-macos-14
|
test-macos-14:
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue