Update to use shared header
This commit is contained in:
@@ -2,15 +2,7 @@
|
|||||||
|
|
||||||
# script/cibuild: Run CI related checks and tests
|
# script/cibuild: Run CI related checks and tests
|
||||||
|
|
||||||
# If a command fails, exit the script
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||||
set -e
|
|
||||||
|
|
||||||
# Ensure we are in the app root directory (not the /script directory)
|
|
||||||
cd "$(dirname "${0}")/.."
|
|
||||||
|
|
||||||
# Run lint/style checks and unit tests
|
# Run lint/style checks and unit tests
|
||||||
script/test
|
source ./script/test
|
||||||
|
|
||||||
# Run static code analysis security checks
|
|
||||||
# (excluding the tests and node_modules subdirs)
|
|
||||||
bandit -r . -x node_modules,tests
|
|
||||||
|
Reference in New Issue
Block a user