Skip to content

Commit 5d98beb

Browse files
committed
move test logs grouping to run-tests action only
1 parent 72328c9 commit 5d98beb

3 files changed

Lines changed: 1 addition & 27 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
"format-check": "prettier --check .",
1111
"build": "tsc",
1212
"prepare": "npm run build",
13-
"deps": "bash ./scripts/setupdeps.sh",
1413
"package": "ncc build --minify",
1514
"test": "jest",
1615
"all": "npm test && npm run build && npm run package",
17-
"ci": "npm run clean && npm ci && npm run deps && npm run all"
16+
"ci": "npm run clean && npm ci && npm run all"
1817
},
1918
"files": [
2019
"lib/",

plugins/+matlab/+unittest/+internal/+services/+plugins/GitHubLogPluginService.m

Lines changed: 0 additions & 9 deletions
This file was deleted.

plugins/+testframework/GitHubLogPlugin.m

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)