Skip to content

Commit

Permalink
ci(front): tmprly remove modules from runners
Browse files Browse the repository at this point in the history
  • Loading branch information
prastoin committed Jan 9, 2025
1 parent 192f5e5 commit d7988e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
shard: [1, 2, 3, 4]
storybook_scope: [pages, modules, performance]
storybook_scope: [pages, performance]
env:
SHARD_COUNTER: 4
REACT_APP_SERVER_BASE_URL: http://localhost:3000
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
needs: front-sb-test
strategy:
matrix:
storybook_scope: [pages, modules, performance]
storybook_scope: [pages, performance]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d7988e1

Please sign in to comment.