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: |