From acdf2c051f27fd69a953159f258b7f6c472c14b6 Mon Sep 17 00:00:00 2001 From: jonambas Date: Fri, 5 Apr 2024 18:05:34 -0400 Subject: [PATCH] chore: fix test workflow title --- .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 dc99576..0895156 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,5 +23,5 @@ jobs: - name: Install dependencies run: npm ci - - name: Build + - name: Test run: npm run test:ci