Skip to content

ANW-2717 embedded database will be deprecated soon #279

ANW-2717 embedded database will be deprecated soon

ANW-2717 embedded database will be deprecated soon #279

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'