Skip to content

fix: migrate to aem.js #78

fix: migrate to aem.js

fix: migrate to aem.js #78

Workflow file for this run

name: Storybook Tests
on:
pull_request:
paths:
- '.storybook/**'
- 'styles/system/**'
- 'tokens/**'
- 'blocks/**'
- 'templates/**'
jobs:
test-storybook:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install dependencies
run: npm i
- name: Run Storybook tests
run: npm run test-storybook:ci