Skip to content

test: extend cypress examples linting to javascript styles (#1385) #2821

test: extend cypress examples linting to javascript styles (#1385)

test: extend cypress examples linting to javascript styles (#1385) #2821

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'