Skip to content

build(deps-dev): Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #119

build(deps-dev): Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group

build(deps-dev): Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #119

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- develop
jobs:
cypress:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run Cypress tests
run: npm run cypress