mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-05 16:18:04 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user