Skip to content

chore(combobox-with-popover): DLT-2931 moved from recipe to component #3501

chore(combobox-with-popover): DLT-2931 moved from recipe to component

chore(combobox-with-popover): DLT-2931 moved from recipe to component #3501

Workflow file for this run

name: Accessibility Tests
on:
push:
branches:
- staging
- production
paths:
- 'packages/dialtone-vue/**'
pull_request:
types:
- opened
- synchronize
paths:
- 'packages/dialtone-vue/**'
env:
HUSKY: 0
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
dialtone-vue:
runs-on: ubuntu-latest
permissions:
packages: read
steps:
- name: Check out branch
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-environment
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run a11y tests
run: pnpm nx run dialtone-vue:test:a11y