Skip to content

Commit

Permalink
off with GH reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 28, 2024
1 parent 027f935 commit 6cd2260
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ $NODE test.js setup
if [ "$1" = "watch" ]; then
$NODE --test --watch
else
if [ -n "$GITHUB_WORKFLOW" ]; then
npm i --no-save node-test-github-reporter
$NODE --test --test-reporter=node-test-github-reporter
else
# if [ -n "$GITHUB_WORKFLOW" ]; then
# npm i --no-save node-test-github-reporter
# $NODE --test --test-reporter=node-test-github-reporter
# else
$NODE --test --test-reporter=spec
fi
# fi
fi

# npx mocha --exit --no-warnings=ExperimentalWarning lib/*.test.js routes/*.test.js
Expand Down

0 comments on commit 6cd2260

Please sign in to comment.