We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2128670 commit 6b6ae4cCopy full SHA for 6b6ae4c
.github/workflows/tests.yml
@@ -85,6 +85,8 @@ jobs:
85
- run: docker compose up -d
86
working-directory: example
87
- run: npm run -w example start 2>&1 | tee example.log &
88
+ env:
89
+ log_color: off
90
- run: npx wait-on http://localhost:1429/plaque/newton-s-apple-tree-monash-university -t 30000
91
92
- run: npm run -w example test -- --debug
0 commit comments