From 0fdc8c15940ad726e3d99988d29ff5b8833f5a10 Mon Sep 17 00:00:00 2001 From: looppoolloop Date: Mon, 25 Mar 2024 19:24:28 -0400 Subject: [PATCH] test: Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d49c7aa..b2c6925c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,5 +46,5 @@ jobs: working-directory: ./memo-backend github-token: ${{ secrets.TOKEN_FOR_MEMO }} annotations: none - test-script: npm test + test-script: npm test --ci custom-title: Coverage report for backend