Skip to content

Commit

Permalink
Merge branch 'main' into cansua/chat-bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
cansuaa authored Oct 16, 2024
2 parents 458ccce + 780d6b5 commit 247e2c6
Show file tree
Hide file tree
Showing 145 changed files with 2,160 additions and 1,427 deletions.
29 changes: 24 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
- run: npm run build
- run: npm run test:unit

integTest:
name: Components integ tests
integTestShards:
name: Components integ tests shard
runs-on: ubuntu-latest
strategy:
matrix:
shard: [1, 2, 3, 4]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
Expand All @@ -37,10 +40,18 @@ jobs:
node-version: 18
- run: npm install
- run: npm run build
- run: npm run test:integ
- run: npm run test:integ -- --shard=${{ matrix.shard }}/${{ strategy.job-total }}

a11yTest:
name: Components a11y tests
integTest:
name: Components integ tests
runs-on: ubuntu-latest
needs:
- integTestShards
steps:
- run: echo "Completed all integration tests"

a11yTestShards:
name: Components a11y tests shard
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -55,6 +66,14 @@ jobs:
- run: npm run build
- run: npm run test:a11y -- --shard=${{ matrix.shard }}/${{ strategy.job-total }}

a11yTest:
name: Components a11y tests
runs-on: ubuntu-latest
needs:
- a11yTestShards
steps:
- run: echo "Completed all a11y tests"

release:
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"stylelint-use-logical",
"stylelint-order",
"stylelint-no-unsupported-browser-features",
"./build-tools/stylelint"
"@cloudscape-design/build-tools/stylelint"
]
}
5 changes: 0 additions & 5 deletions build-tools/stylelint/__tests__/common.js

This file was deleted.

97 changes: 0 additions & 97 deletions build-tools/stylelint/__tests__/license-headers.test.js

This file was deleted.

85 changes: 0 additions & 85 deletions build-tools/stylelint/__tests__/no-implicit-descendant.test.js

This file was deleted.

121 changes: 0 additions & 121 deletions build-tools/stylelint/__tests__/no-motion-outside-of-mixin.test.js

This file was deleted.

7 changes: 0 additions & 7 deletions build-tools/stylelint/index.js

This file was deleted.

Loading

0 comments on commit 247e2c6

Please sign in to comment.