From a96f25044e19b4d056d7fbefd8b6ad22d4eb9f37 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Jan 2025 09:24:14 +0100 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ac7f1d8..7d52e3f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest needs: - lint - - test + - npm-ci - test-puppeteer steps: - id: check