Skip to content

Bump the npm-minor-and-patch group across 1 directory with 6 updates #150

Bump the npm-minor-and-patch group across 1 directory with 6 updates

Bump the npm-minor-and-patch group across 1 directory with 6 updates #150

name: TypeScript - Integration Test
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [24.x]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v6
with:
node-version: ${{ matrix.node-version }}
- name: Test with Headless
uses: cypress-io/github-action@v7
with:
browser: chrome
headless: true
build: yarn build
start: yarn start
command: yarn test:integration