GitHub Actions Integration Tests (#1466)

* ci: Add Github Actions integration testing against standalone rippled
This commit is contained in:
Nathan Nichols
2021-07-27 10:47:55 -07:00
committed by GitHub
parent d941653477
commit 9adfd404e5
7 changed files with 42 additions and 138 deletions

View File

@@ -74,6 +74,7 @@
"docgen": "node --harmony scripts/build_docs.js",
"prepublish": "yarn clean && yarn build",
"test": "TS_NODE_PROJECT=src/tsconfig.json nyc mocha --config=test/.mocharc.json --exit",
"test:integration": "TS_NODE_PROJECT=src/tsconfig.json nyc mocha ./test/integration/*.ts",
"test:watch": "TS_NODE_PROJECT=src/tsconfig.json mocha --watch --reporter dot",
"format": "prettier --write '{src,test}/**/*.ts'",
"lint": "eslint 'src/**/*.ts' 'test/*-test.{ts,js}'",