pr_check: Skip unit tests
We can now skip unit tests (running npn verify) in the pr_check to speed up the whole process and reduce flakiness. The unit tests are ran separately in a github action so this is fine.
This commit is contained in:
parent
58aa4f8e45
commit
680d7ea7c4
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ export WORKSPACE=${WORKSPACE:-$APP_ROOT} # if running in jenkins, use the build'
|
|||
export APP_ROOT=$(pwd)
|
||||
#16 is the default Node version. Change this to override it.
|
||||
export NODE_BUILD_VERSION=20
|
||||
# skip unit tests on frontend-build
|
||||
export SKIP_VERIFY=True
|
||||
COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master
|
||||
|
||||
# --------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue