From 07ce569f36451a7d37dc15a1f4b4fa80bb040e46 Mon Sep 17 00:00:00 2001 From: Arjun Date: Wed, 5 Jun 2024 18:36:12 +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 6ae897a..91065c8 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 - uses: npm ci + runs: npm ci - name: run tests - uses: npm test + runs: npm test