Skip to content

Commit

Permalink
Debug CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Dec 20, 2023
1 parent 96a7d10 commit 6129708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ echo "test file" $1

report_name="mocha-reports/mocha-report-$(basename "$1" .test.ts).json"

echo "Executing: "
echo "mocha --config packages/tests/.mocharc.json --reporter mochawesome --reporter-options reportFilename=$report_name,quiet=true $1"

mocha --config packages/tests/.mocharc.json --reporter mochawesome --reporter-options reportFilename=$report_name,quiet=true $1

0 comments on commit 6129708

Please sign in to comment.