From d6594fb5291d35e1c2781ea5944833bd7a6567a2 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Thu, 7 Dec 2023 22:52:54 +0000 Subject: [PATCH] fix path --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index da616e6..7a4b347 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -35,5 +35,5 @@ jobs: if: success() || failure() # run this step even if previous step failed with: name: Mocha Tests # Name of the check run which will be created - path: report/json/results.json # Path to test results + path: report/json/result.json # Path to test results reporter: mocha-json # Format of test results \ No newline at end of file