From db8a00cc6910fc89d756f558f2a11effff443518 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 23 Jun 2025 08:41:15 -0700 Subject: [PATCH] Rename test job This renames the test job to "test" which I think is more descriptive, and also matches the new required-ci checks name. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ebcd7af..b65b1289 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: jobs: test: - name: CI + name: test runs-on: ubuntu-latest env: MDBOOK_VERSION: 0.4.51