Skip to content

build(deps): bump hotkeys-js from 3.10.1 to 3.10.2 #1409

build(deps): bump hotkeys-js from 3.10.1 to 3.10.2

build(deps): bump hotkeys-js from 3.10.1 to 3.10.2 #1409

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'