From 0cd744a2e34f4c958ed6a68e023ba8463b4006a9 Mon Sep 17 00:00:00 2001 From: Prajwal Pai Date: Fri, 22 Dec 2023 14:07:26 +0530 Subject: [PATCH] Minor change --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8907abc..74f508f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,4 +27,4 @@ jobs: run: npm install - name: Run tests - run: npm test \ No newline at end of file + run: npm run testGA \ No newline at end of file