We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b4adf commit 180679cCopy full SHA for 180679c
.github/workflows/test.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Run tests
58
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
+ /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Helpers/jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
60
grep -qxF '0 failures, 0 errors.' test-out.txt
61
62
# Runtime Tests
0 commit comments