Skip to content

Commit

Permalink
reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 4, 2023
1 parent 83b54b2 commit 46af7dc
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,24 @@ on:

jobs:

react:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/dependencies
with:
packages-react: true
packages-styles: true
- run: |
yarn build
yarn test --cwd packages/react
- run: yarn build

react:
needs: build
runs-on: ubuntu-latest
steps:
- run: yarn test --cwd packages/react

a11y:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/dependencies
with:
packages-react: true
packages-styles: true
- run: |
yarn test:a11y
- run: yarn test:a11y

0 comments on commit 46af7dc

Please sign in to comment.