Skip to content

fix(collapsible): [SIDE-431] Use custom Collapsible implementation #652

fix(collapsible): [SIDE-431] Use custom Collapsible implementation

fix(collapsible): [SIDE-431] Use custom Collapsible implementation #652

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: yarn install & test
run: |
yarn install
yarn test:ci
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: yarn install & build
run: |
yarn install
yarn build
test-build-storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install NodeJS
uses: actions/setup-node@v3
- name: yarn install & build-storybook
run: |
yarn install
yarn build-storybook