Skip to content

Commit 4a09110

Browse files
authored
[Backport main] #907 - enable windows and macos CI for sql and workbench (#962)
* Merge pull request #907 from derek-ho/enable-windows-macos feat: enable ci for windows and macos (cherry picked from commit 0699baa2ae47fb72af9721986df669e786655cd2) Signed-off-by: Derek Ho <[email protected]> * always and os==ubuntu Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]>
1 parent 55a234a commit 4a09110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbench/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"start": "plugin-helpers start",
1717
"test:server": "plugin-helpers test:server",
1818
"test:browser": "plugin-helpers test:browser",
19-
"test:jest": "NODE_PATH=../../node_modules ../../node_modules/.bin/jest --config ./test/jest.config.js",
19+
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
2020
"build": "yarn plugin_helpers build",
2121
"plugin_helpers": "node ../../scripts/plugin_helpers"
2222
},

0 commit comments

Comments
 (0)