Skip to content

build(deps-dev): bump webpack from 5.90.3 to 5.91.0 #1276

build(deps-dev): bump webpack from 5.90.3 to 5.91.0

build(deps-dev): bump webpack from 5.90.3 to 5.91.0 #1276

Workflow file for this run

name: End-to-end tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn run build
start: yarn start
wait-on: 'http://localhost:8080'
wait-on-timeout: 30