From 538c947a1a9cb3fd80293098e560b430de3b5d52 Mon Sep 17 00:00:00 2001 From: Arjun Date: Wed, 5 Jun 2024 18:37:00 +0530 Subject: [PATCH] updated test workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91065c8..bb4a6fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,6 @@ jobs: - name: get code uses: actions/checkout@v3 - name: install dependencies - runs: npm ci + run: npm ci - name: run tests - runs: npm test + run: npm test