|
@@ -179,7 +179,7 @@ jobs:
|
|
|
# This quiets up the logs quite a bit.
|
|
|
DEBUG_PRINT_LIMIT: 0
|
|
|
run: |
|
|
|
- SENTRY_PROFILER_LOGGING_MODE=eager JEST_TESTS=$(yarn -s jest --listTests --json) yarn test-ci --forceExit
|
|
|
+ JEST_TESTS=$(yarn -s jest --listTests --json) yarn test-ci --forceExit
|
|
|
|
|
|
- name: Save HTML artifacts
|
|
|
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|