From 2399aa28c53c94a77a5ea329ddb87c4723470239 Mon Sep 17 00:00:00 2001 From: looppoolloop Date: Sat, 9 Mar 2024 00:29:54 -0500 Subject: [PATCH] test: Update main.yml #15 --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3b94ab9..2cb21363 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v2 @@ -48,4 +48,3 @@ jobs: annotations: none custom-title: Coverage report for backend test-script: npm test - coverage-file: report.json