Skip to content

test: update examples to type: module (ESM) (#1672) #584

test: update examples to type: module (ESM) (#1672)

test: update examples to type: module (ESM) (#1672) #584

Workflow file for this run

name: example-edge
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Cypress info
uses: ./ # if copying, replace with cypress-io/github-action@v7
with:
# just for full picture after installing Cypress
# print information about detected browsers, etc
# see https://on.cypress.io/command-line#cypress-info
build: npm run info
working-directory: examples/browser
browser: edge