Enable verbose test output in CI, as well as the github-actions reporter.

This commit is contained in:
Sam Rose 2024-11-20 11:43:46 +00:00
parent c7625caf17
commit b95960b01f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ jobs:
fi fi
cd packages/server cd packages/server
yarn test --filter $FILTER --passWithNoTests yarn test --filter $FILTER --verbose --reporters=default --reporters=github-actions
check-pro-submodule: check-pro-submodule:
runs-on: ubuntu-latest runs-on: ubuntu-latest