Skip to content

Commit 2e7c57f

Browse files
docs(scheduled): polish
1 parent 1492306 commit 2e7c57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduled-test.yml renamed to .github/workflows/test-scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Install uv (python package manager)
24+
- name: Install uv
2525
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
2626
with:
2727
version: "0.6.3"
@@ -39,6 +39,6 @@ jobs:
3939
envkey_CLIENT_ID_INTERACTIVE: ${{ secrets.CLIENT_ID_INTERACTIVE }}
4040
fail_on_empty: true
4141

42-
- name: Run unit tests, measure coverage, lint, and check vulnerabilities
42+
- name: Run tests marked as scheduled
4343
run: |
4444
uv run --all-extras nox -s test -p 3.11 -- -m scheduled

0 commit comments

Comments
 (0)