Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Dec 7, 2023
1 parent 814e438 commit d6594fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6594fb

Please sign in to comment.