Skip to content

Bump rollup from 2.60.0 to 3.29.5 #34

Bump rollup from 2.60.0 to 3.29.5

Bump rollup from 2.60.0 to 3.29.5 #34

Workflow file for this run

name: OpenACR editor accessibility testing
on:
pull_request:
jobs:
build-test:
name: Building app, run app and test for accessibility issues
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v4
- name: Install dependencies.
run: npm ci
- name: Build app.
run: export NODE_ENV=development && npm run build
- name: Run app.
run: export NODE_ENV=development && npm run dev &
- name: Run accessibility test against all URLs from .pa11yci.
run: npm run a11y-test