Skip to content

Commit

Permalink
update gha test stories with shard number
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Aug 30, 2024
1 parent 8c8a327 commit 624bbc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-stories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
retention-days: 1

storybook-tests-1:
name: "test-storybook"
name: "test-storybook (shard 3/3)"
needs: build-test-storybook
runs-on: ubuntu-latest
timeout-minutes: 10
Expand All @@ -65,7 +65,7 @@ jobs:
run: pnpm turbo @docs/storybook#test:storybook -- --shard 1/3

storybook-tests-2:
name: "test-storybook"
name: "test-storybook (shard 2/3)"
needs: build-test-storybook
runs-on: ubuntu-latest
timeout-minutes: 10
Expand All @@ -81,7 +81,7 @@ jobs:
run: pnpm turbo @docs/storybook#test:storybook -- --shard 2/3

storybook-tests-3:
name: "test-storybook"
name: "test-storybook (shard 3/3)"
needs: build-test-storybook
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 624bbc1

Please sign in to comment.