From 0d17d62dd98a00dd141eb1093a46041353044d0c Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 7 Jul 2025 21:40:41 -0400 Subject: [PATCH] Update CI workflow test step naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change "Run tests" to "Run npm tests" for clearer step identification 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 89572fe..7507cfa 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Install dependencies run: npm ci - - name: Run tests + - name: Run npm tests run: npm test coverage: