From a387b6515f73986049723a04dff188194bd2606a Mon Sep 17 00:00:00 2001 From: leovct Date: Fri, 3 Nov 2023 15:37:24 +0100 Subject: [PATCH] chore: rename file --- .github/workflows/{test.yml => ci.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{test.yml => ci.yml} (99%) diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/test.yml rename to .github/workflows/ci.yml index 81310298..3c7aba86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: ci on: push: @@ -52,6 +52,7 @@ jobs: else echo "✅ The documentation is up to date." fi + test: name: Test runs-on: ubuntu-latest