Skip to content

Merge branch 'develop' into feature/CIVIC-1449 #1266

Merge branch 'develop' into feature/CIVIC-1449

Merge branch 'develop' into feature/CIVIC-1449 #1266

Workflow file for this run

name: 'Storybook Tests'
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18.14'
- name: Install dependencies
run: npm install && npx playwright install
working-directory: web/themes/contrib/civictheme/civictheme_library
- name: Build Storybook
run: npm run build-storybook
working-directory: web/themes/contrib/civictheme/civictheme_library
- name: Run tests
run: npm run test
working-directory: web/themes/contrib/civictheme/civictheme_library