Skip to content

chore(sxmc-283): Add auto merge for dependabot #2870

chore(sxmc-283): Add auto merge for dependabot

chore(sxmc-283): Add auto merge for dependabot #2870

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