Skip to content

ci: add ubuntu 24.04 to tested operating systems #2466

ci: add ubuntu 24.04 to tested operating systems

ci: add ubuntu 24.04 to tested operating systems #2466

Workflow file for this run

name: example-webpack
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
wait:
runs-on: ubuntu-22.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'