Skip to content

chore(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4 in the babel group #3059

chore(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4 in the babel group

chore(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4 in the babel group #3059

Workflow file for this run

name: Cypress tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: cypress-io/github-action@v5
with:
browser: chrome
headed: false
install-command: npm ci
build: npm run build
start: npm run test:serve