Skip to content

4.1.0 release notes #296

4.1.0 release notes

4.1.0 release notes #296

Workflow file for this run

name: End-to-end
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Cypress run
uses: cypress-io/github-action@v7 # runs 'npm ci'
with:
build: npm run build
start: npm run preview
wait-on: 'http://localhost:4321'