Skip to content

Commit 3a351c4

Browse files
committed
prepare running jsc
1 parent 7d6e323 commit 3a351c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
GITHUB_ACTIONS_OUTPUT: ""
1818
strategy:
1919
matrix:
20-
# FIXME: enable jsc again once caching is working.
21-
browser: [chrome, firefox, safari, spidermonkey, v8]
20+
browser: [chrome, firefox, jsc, safari, spidermonkey, v8]
2221
steps:
2322
- name: Extract Week Number
2423
run: echo "WEEK_NUMBER=$(date +%W)" >> $GITHUB_ENV

tests/run-shell.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ function sh(binary, args) {
122122
}
123123
}
124124

125+
DEFAULT_JSC_LOCATION = "/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Helpers/jsc"
126+
125127
async function runTests() {
126128
const shellBinary = logGroup(`Installing JavaScript Shell: ${SHELL_NAME}`, testSetup);
127129
runTest("Run Complete Suite", () => sh(shellBinary, [CLI_PATH]));

0 commit comments

Comments
 (0)