Add component testing to CI

This commit is contained in:
Sam Nolan 2022-09-30 15:27:07 +10:00
parent 056bbb65f4
commit 9321fe5681

View File

@ -116,8 +116,8 @@ jobs:
dry: true
prettier_options: --check packages/components --ignore-path packages/components/.prettierignore
components-bundle-build:
name: Components bundle and build
components-bundle-build-test:
name: Components bundle and build, test
runs-on: ubuntu-latest
needs: pre_check
if: ${{ (needs.pre_check.outputs.should_skip_components != 'true') || (needs.pre_check.outputs.should_skip_lang != 'true') }}
@ -135,6 +135,8 @@ jobs:
run: yarn bundle
- name: Build storybook
run: yarn build
- name: Test components
run: yarn test
website-lint:
name: Website lint