From a412ca570f29a0efb0f71ca3514ee9afbdd7715b Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Mon, 11 Nov 2024 15:12:28 +0100 Subject: [PATCH] Get colored output in the GH action accessibility-test.yml --- .github/workflows/accessibility-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/accessibility-test.yml b/.github/workflows/accessibility-test.yml index cc025701..64941f18 100644 --- a/.github/workflows/accessibility-test.yml +++ b/.github/workflows/accessibility-test.yml @@ -36,6 +36,7 @@ jobs: - name: Serve Storybook and run tests run: | + export FORCE_COLOR=1 npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \ "npx http-server storybook-static --port 6006 --silent" \ "npx wait-on tcp:6006 && yarn test-storybook"