From 1673e1f1c7ba54be3c8c17f4d2c01700060030b0 Mon Sep 17 00:00:00 2001 From: Himanshu Sharma Date: Sun, 7 Jul 2024 15:54:25 +0530 Subject: [PATCH] =?UTF-8?q?CI=20pipeline=20=F0=9F=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-server.yml b/.github/workflows/ci-server.yml index 69c7933..f1b5ac5 100644 --- a/.github/workflows/ci-server.yml +++ b/.github/workflows/ci-server.yml @@ -48,4 +48,4 @@ jobs: - name: Run tests env: DATABASE_URL: postgresql://root:password@localhost:5432/mango - uses: npm test + run: npm test