Skip to content

Commit

Permalink
try using installed JSC
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 8, 2025
1 parent 39dc80a commit 72b4adf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-
- name: Cache JSC
uses: actions/cache@v2
env:
cache-name: cache-jsc
with:
path: WebKit
key: ${{ runner.os }}-jsc
restore-keys: |
${{ runner.os }}-jsc
# - name: Cache JSC
# uses: actions/cache@v2
# env:
# cache-name: cache-jsc
# with:
# path: WebKit
# key: ${{ runner.os }}-jsc
# restore-keys: |
# ${{ runner.os }}-jsc

- name: Build tests
run: clojure -M:runtime.test.build

- name: Install JSC
run: ./ci/install_jsc.sh
# - name: Install JSC
# run: ./ci/install_jsc.sh

- name: Run tests
run: |
WebKit/WebKitBuild/Release/bin/jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
/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
grep -qxF '0 failures, 0 errors.' test-out.txt
# Runtime Tests
Expand Down

0 comments on commit 72b4adf

Please sign in to comment.