From d20748714366707cb0ba9fbdfb0bf2570f68085d Mon Sep 17 00:00:00 2001 From: Alexey Oplachko Date: Wed, 12 Jun 2024 11:20:42 +0300 Subject: [PATCH] fix: adjust workflow to use correct script --- .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 0e298c4..8b72195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,4 +98,4 @@ jobs: - name: Install Jest run: npm install -g jest - name: Unit test - run: npm run test \ No newline at end of file + run: npm run test:ci \ No newline at end of file