From 14bd9240c80574659c61bf43ad695e4b648826ca Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 7 Nov 2024 10:24:59 +0100 Subject: [PATCH] jest --colors --- .github/workflows/create-test-branch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-test-branch.yml b/.github/workflows/create-test-branch.yml index fce146a..492833c 100644 --- a/.github/workflows/create-test-branch.yml +++ b/.github/workflows/create-test-branch.yml @@ -17,12 +17,12 @@ jobs: run: | npm run add-all-xmpls rm -rf xmpls - + - name: Test run: | npm i - npm test - + npm test -- --colors + - name: Extract last commit author email and name id: extract_commit_info run: |