Skip to content

build(deps-dev): bump @commitlint/cli from 18.4.2 to 18.4.3 #1779

build(deps-dev): bump @commitlint/cli from 18.4.2 to 18.4.3

build(deps-dev): bump @commitlint/cli from 18.4.2 to 18.4.3 #1779

Workflow file for this run

name: Cypress Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: npm start
wait-on: 'http://localhost:8080'