|
@@ -169,7 +169,8 @@ jobs:
|
|
|
GITHUB_PR_REF: ${{ github.event.pull_request.head.ref || github.ref }}
|
|
|
# XXX: CI_NODE_TOTAL must be hardcoded to the length of strategy.matrix.instance.
|
|
|
# Otherwise, if there are other things in the matrix, using strategy.job-total
|
|
|
- # wouldn't be correct.
|
|
|
+ # wouldn't be correct. Also, if this increases, make sure to also increase
|
|
|
+ # `flags.frontend.after_n_builds` in `codecov.yml`.
|
|
|
CI_NODE_TOTAL: 4
|
|
|
CI_NODE_INDEX: ${{ matrix.instance }}
|
|
|
# Disable testing-library from printing out any of of the DOM to
|