From 2463b152cabebe7f890c8f345e6adfc56cf1e432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20Wei=C3=9Fe?= Date: Fri, 10 Nov 2023 11:36:32 +0100 Subject: [PATCH] chore: ci single test run --- .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 759351e..76c16a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: npm run lint - name: Test - run: npm run test --watch=false + run: npm run test -- --watch=false - name: Build run: npm run build:prod