Skip to content

Bump emmet-core from 0.70.6 to 0.82.1 #111

Bump emmet-core from 0.70.6 to 0.82.1

Bump emmet-core from 0.70.6 to 0.82.1 #111

Workflow file for this run

name: End-to-end tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: pnpm install
uses: pnpm/action-setup@v2
with:
version: 8.15.3
run_install: |
- recursive: true
args: [--frozen-lockfile]
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: web/frontend
build: npm i -g pnpm
start: pnpm run dev