Skip to content

test(deps): update examples/nextjs (e2) to v15 (#1345) #2727

test(deps): update examples/nextjs (e2) to v15 (#1345)

test(deps): update examples/nextjs (e2) to v15 (#1345) #2727

name: example-webpack
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
wait:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress tests
uses: ./
with:
working-directory: examples/webpack
start: npm start
wait-on: 'http://localhost:8080'