From 9ca35126de4e897b67a0160def2630c629ca627b Mon Sep 17 00:00:00 2001 From: Waseemkhan950 Date: Wed, 5 Nov 2025 01:10:19 +0500 Subject: [PATCH] testing continuous integration --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8a2fa081..6083d8e9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -47,5 +47,5 @@ jobs: - name: "Installing Dependencies" run: npm i - - name: "Running test cases" + - name: "Running test all cases" run: npm run test \ No newline at end of file