File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,25 @@ jobs:
3838 restore-keys : |
3939 ${{ runner.os }}-${{ env.cache-name }}-
4040
41- - name : Cache JSC
42- uses : actions/cache@v2
43- env :
44- cache-name : cache-jsc
45- with :
46- path : WebKit
47- key : ${{ runner.os }}-jsc
48- restore-keys : |
49- ${{ runner.os }}-jsc
41+ # - name: Cache JSC
42+ # uses: actions/cache@v2
43+ # env:
44+ # cache-name: cache-jsc
45+ # with:
46+ # path: WebKit
47+ # key: ${{ runner.os }}-jsc
48+ # restore-keys: |
49+ # ${{ runner.os }}-jsc
5050
5151 - name : Build tests
5252 run : clojure -M:runtime.test.build
5353
54- - name : Install JSC
55- run : ./ci/install_jsc.sh
54+ # - name: Install JSC
55+ # run: ./ci/install_jsc.sh
5656
5757 - name : Run tests
5858 run : |
59- WebKit/WebKitBuild/Release/bin /jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
59+ /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Helpers /jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
6060 grep -qxF '0 failures, 0 errors.' test-out.txt
6161
6262 # Runtime Tests
You can’t perform that action at this time.
0 commit comments