Skip to content

feat: add edge_side_panel metadata #2414

feat: add edge_side_panel metadata

feat: add edge_side_panel metadata #2414

Workflow file for this run

name: Automated tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 16
- name: Verify build
run: |
yarn install
yarn build
env:
RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}
- name: Verify storybook build
run: |
yarn build:storybook