Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 0340b86

Browse files
Fix main build tests
1 parent 3ff70fa commit 0340b86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# unset ANDROID_HOME to prevent bazel from trying to use the Android SDK
6464
run: unset ANDROID_HOME && ./build-scripts/build-compiler.js
6565
- name: Tests
66-
run: yarn test --colors=always
66+
run: yarn test:root --colors=always
6767
- name: Upload contrib folder
6868
uses: actions/upload-artifact@v4
6969
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"scripts": {
4949
"build": "./build-scripts/build.sh",
5050
"test": "./build-scripts/test.sh",
51+
"test:root": "jasmine --reporter=jasmine-console-reporter test/*.js",
5152
"clean": "./build-scripts/clean.sh",
5253
"version": "./build-scripts/version-packages.js",
5354
"publish-packages": "./build-scripts/publish.js"

0 commit comments

Comments
 (0)