Skip to content

Bump @babel/core from 7.22.9 to 7.22.10 #566

Bump @babel/core from 7.22.9 to 7.22.10

Bump @babel/core from 7.22.9 to 7.22.10 #566

Workflow file for this run

name: End-to-end tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v4
with:
working-directory: demo
start: npm run serve
wait-on: 'http://localhost:8080'
browser: chrome