Skip to content

Make the records true again, and hand the gate to its judge #44

Make the records true again, and hand the gate to its judge

Make the records true again, and hand the gate to its judge #44

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