Skip to content

Commit

Permalink
Get colored output in the GH action accessibility-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Nov 11, 2024
1 parent 446e85b commit a412ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/accessibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a412ca5

Please sign in to comment.