Skip to content

31 router add peak matcher #33

31 router add peak matcher

31 router add peak matcher #33

Workflow file for this run

name: E2E Tests
on:
push:
branches: ['main', 'dev']
pull_request:
branches: ['main', 'dev']
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Node.js
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.11.1'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm run test:integration