Skip to content

Commit 5014ae2

Browse files
committed
try just a simple print
1 parent 97d1d10 commit 5014ae2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ jobs:
4646

4747
- run: npx elm-tooling install
4848

49+
- run: node print.js
50+
4951
- run: npx node ../bin/elm-test --color
5052
working-directory: example-application

print.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)