Skip to content

Bump cypress from 13.9.0 to 13.14.0 #84

Bump cypress from 13.9.0 to 13.14.0

Bump cypress from 13.9.0 to 13.14.0 #84

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 20.12.2
- name: Install Dependencies
run: "yarn install"
- name: Run unit tests
run: "yarn test"
- name: Run e2e tests
run: "yarn ci:e2e"