Skip to content

ci: convert circle jobs to github actions #13

ci: convert circle jobs to github actions

ci: convert circle jobs to github actions #13

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- develop
jobs:
react:

Check failure on line 10 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
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:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/dependencies
with:
packages-react: true
packages-styles: true
- run: yarn build:docs
- run: yarn test:a11y