Skip to content

Commit

Permalink
Merge branch 'main' into property-filter-on-load
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot authored Oct 22, 2024
2 parents 51cc8fa + 518db94 commit 205590f
Show file tree
Hide file tree
Showing 393 changed files with 14,677 additions and 3,985 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,54 +13,8 @@ permissions:
contents: read

jobs:
unitTest:
name: Components unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build
- run: npm run test:unit

integTest:
name: Components integ tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build
- run: npm run test:integ

a11yTest:
name: Components a11y tests
runs-on: ubuntu-latest
strategy:
matrix:
shard: [1, 2, 3, 4, 5, 6]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build
- run: npm run test:a11y -- --shard=${{ matrix.shard }}/${{ strategy.job-total }}

release:
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
with:
skip-test: true
needs:
- unitTest
- integTest
- a11yTest
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 205590f

Please sign in to comment.