Enable verbose test output in CI, as well as the github-actions reporter.
This commit is contained in:
parent
c7625caf17
commit
b95960b01f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue