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

Commit c344a90

Browse files
Update the build steps with the correct color argument for jasmine
1 parent 18824c3 commit c344a90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
yarn run build
150150
upx compiler
151151
- name: Tests
152-
run: yarn workspaces run test --colors
152+
run: yarn workspaces run test --color
153153
- name: Upload artifacts
154154
uses: actions/upload-artifact@v4
155155
with:
@@ -225,7 +225,7 @@ jobs:
225225
yarn run build
226226
upx compiler
227227
- name: Tests
228-
run: yarn workspaces run test --colors
228+
run: yarn workspaces run test --color
229229
- name: Upload artifacts
230230
uses: actions/upload-artifact@v4
231231
with:
@@ -296,7 +296,7 @@ jobs:
296296
yarn run build
297297
# upx compiler
298298
- name: Tests
299-
run: yarn workspaces run test --colors
299+
run: yarn workspaces run test --color
300300
- name: Upload artifacts
301301
uses: actions/upload-artifact@v4
302302
with:
@@ -367,7 +367,7 @@ jobs:
367367
shell: cmd
368368
run: |
369369
echo "Running Tests"
370-
yarn workspaces run test --colors
370+
yarn workspaces run test --color
371371
- name: Upload artifacts
372372
uses: actions/upload-artifact@v4
373373
with:

0 commit comments

Comments
 (0)