File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,25 @@ jobs:
38
38
restore-keys : |
39
39
${{ runner.os }}-${{ env.cache-name }}-
40
40
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
50
50
51
51
- name : Build tests
52
52
run : clojure -M:runtime.test.build
53
53
54
- - name : Install JSC
55
- run : ./ci/install_jsc.sh
54
+ # - name: Install JSC
55
+ # run: ./ci/install_jsc.sh
56
56
57
57
- name : Run tests
58
58
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 WebKit/WebKitBuild/Release/bin/jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
60
60
grep -qxF '0 failures, 0 errors.' test-out.txt
61
61
62
62
# Runtime Tests
You can’t perform that action at this time.
0 commit comments