Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelxsilva committed Feb 22, 2024
1 parent eeb9ed2 commit d234e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npx concurrently -k -s first -n "Storybook Build,Storybook Test" -c "auto" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on http-get://127.0.0.1:6006 && test-storybook"
chromatic-flow: // temporarily disabled
chromatic-flow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d234e2d

Please sign in to comment.