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

Commit 3ff70fa

Browse files
Update the build test command
1 parent c1aed9f commit 3ff70fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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: node_modules/.bin/mocha --colors
66+
run: yarn test --colors=always
6767
- name: Upload contrib folder
6868
uses: actions/upload-artifact@v4
6969
with:

0 commit comments

Comments
 (0)