We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d1d10 commit 5014ae2Copy full SHA for 5014ae2
2 files changed
.github/workflows/check.yml
@@ -46,5 +46,7 @@ jobs:
46
47
- run: npx elm-tooling install
48
49
+ - run: node print.js
50
+
51
- run: npx node ../bin/elm-test --color
52
working-directory: example-application
print.js
@@ -0,0 +1 @@
1
+console.log("\u001b[31m\nTEST RUN FAILED\u001b[39m\u001b[31m\n\n\u001b[39m\u001b[2mDuration: \u001b[22m154 ms\n\u001b[2mPassed: \u001b[22m3\n\u001b[2mFailed: \u001b[22m9\n\u001b[2mTodo: \u001b[22m3\n")
0 commit comments