mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
rename test suite
This commit is contained in:
parent
657510c81a
commit
bad4b3ccb6
@ -41,7 +41,7 @@ install:
|
||||
- travis_retry npm install
|
||||
script:
|
||||
- npm i -g npm
|
||||
- if [[ -z "$INTEGRATION_TEST" && -z "$DISABLE_TESTS" ]]; then npm test && npm run local-integration-test; fi
|
||||
- if [[ -z "$INTEGRATION_TEST" && -z "$DISABLE_TESTS" ]]; then npm test && npm run packaging-integration-test; fi
|
||||
- if [[ ! -z "$DISABLE_TESTS" && ! -z "$LINTING" && -z "$INTEGRATION_TEST" ]]; then
|
||||
npm run lint; fi
|
||||
- if [[ ! -z "$INTEGRATION_TEST" && ! -z ${AWS_ACCESS_KEY_ID+x} && "$INTEGRATION_TEST_SUITE"
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
"lint": "eslint . --cache",
|
||||
"docs": "node scripts/generate-readme.js",
|
||||
"integration-test-cleanup": "node scripts/integration-test-cleanup.js",
|
||||
"local-integration-test": "jest --maxWorkers=5 local-suite",
|
||||
"packaging-integration-test": "jest --maxWorkers=5 packaging-suite",
|
||||
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
|
||||
"complex-integration-test": "jest --maxWorkers=5 integration",
|
||||
"postinstall": "node ./scripts/postinstall.js"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user