Skip to content

Commit 6b6ae4c

Browse files
committed
ci: disable ulog color
1 parent 2128670 commit 6b6ae4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
- run: docker compose up -d
8686
working-directory: example
8787
- run: npm run -w example start 2>&1 | tee example.log &
88+
env:
89+
log_color: off
8890
- run: npx wait-on http://localhost:1429/plaque/newton-s-apple-tree-monash-university -t 30000
8991

9092
- run: npm run -w example test -- --debug

0 commit comments

Comments
 (0)