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

Commit 8130c76

Browse files
Fix color option
1 parent 0340b86 commit 8130c76

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

0 commit comments

Comments
 (0)