Skip to content

Walk the whole app in a browser, in both themes, and find that one wa… #43

Walk the whole app in a browser, in both themes, and find that one wa…

Walk the whole app in a browser, in both themes, and find that one wa… #43

Workflow file for this run

name: verify
on:
push:
branches: [main]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
# The browser the journey runs in. Only chromium: the app is a local
# tool, and a second engine would double the run for no question it
# answers.
- run: npx playwright install --with-deps chromium
# The same gate contributors run locally, plus the production build and
# the browser journey. Nothing is checked here that ./verify.sh does not
# check; the local default stays fast by leaving these two off.
- run: ./verify.sh --build --e2e