v2 workflow (#30)

* Create workflow.yml

* Try lower version of node

* Try running tests serially

* Start jest directly

* Start jest directly

* Start jest directly

* Start jest directly

* Dont test exec on windows right now

* Dont test exec on windows right now
This commit is contained in:
Danny McCormick
2019-07-11 16:12:50 -04:00
committed by GitHub
parent d293c20cc9
commit df0101c5c3
2 changed files with 54 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"format-check": "prettier --check packages/**/*.ts",
"lint": "eslint packages/**/*.ts",
"new-package": "scripts/create-package",
"test": "jest"
"test": "jest",
"test-ci": "jest --testPathIgnorePatterns=\"<rootDir>/packages/exec/__tests__/exec.test.ts\""
},
"devDependencies": {
"@types/jest": "^24.0.11",