format(.github): Format CI files
This commit is contained in:
parent
ef387f8c58
commit
8578889a58
|
@ -13,7 +13,7 @@ permissions:
|
|||
deployments: write
|
||||
|
||||
concurrency:
|
||||
group: "pages"
|
||||
group: 'pages'
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -148,4 +148,3 @@ jobs:
|
|||
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
|
||||
"npx http-server storybook-static --port 6006 --silent" \
|
||||
"npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook"
|
||||
|
||||
|
|
Loading…
Reference in New Issue