[ci] include test_group_env in more ci scripts (#131633)

This commit is contained in:
Spencer 2022-05-05 08:59:09 -07:00 committed by GitHub
parent 4dd33a9009
commit 896b0e28dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 14 deletions

View file

@ -101,3 +101,8 @@ export DISABLE_BOOTSTRAP_VALIDATION=true
# Prevent Browserlist from logging on CI about outdated database versions
export BROWSERSLIST_IGNORE_OLD_DATA=true
# keys used to associate test group data in ci-stats with Jest execution order
export TEST_GROUP_TYPE_UNIT="Jest Unit Tests"
export TEST_GROUP_TYPE_INTEGRATION="Jest Integration Tests"
export TEST_GROUP_TYPE_FUNCTIONAL="Functional Tests"