mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-08 21:20:07 +00:00
chore(test): organize tests a bit better (#7)
* chore(test): organize tests a bit better * add caching
This commit is contained in:
parent
3747195c5f
commit
38c189f087
12 changed files with 101 additions and 73 deletions
|
|
@ -6,9 +6,9 @@
|
|||
"scripts": {
|
||||
"build": "ncc build index.js -o dist",
|
||||
"test": "jest",
|
||||
"test:integration": "jest -c integration/jest.config.js",
|
||||
"test:integration-ent": "jest -c integration-ent/jest.config.js",
|
||||
"test:e2e": "jest -c e2e/jest.config.js"
|
||||
"test:integration:basic": "jest -c integrationTests/basic/jest.config.js",
|
||||
"test:integration:enterprise": "jest -c integrationTests/enterprise/jest.config.js",
|
||||
"test:e2e": "jest -c integrationTests/e2e/jest.config.js"
|
||||
},
|
||||
"release": {
|
||||
"branch": "master",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue