Skip to content

Commit 180679c

Browse files
committedJan 8, 2025·
typo
1 parent 72b4adf commit 180679c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Run tests
5858
run: |
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
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

0 commit comments

Comments
 (0)