Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Oct 10, 2024
1 parent 29841be commit 5cb261d
Showing 1 changed file with 0 additions and 46 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

0 comments on commit 5cb261d

Please sign in to comment.