Skip to content

Fix cypress index test broken by #484's truncate wrapper #1439

Fix cypress index test broken by #484's truncate wrapper

Fix cypress index test broken by #484's truncate wrapper #1439

Workflow file for this run

name: Cypress Tests
on:
push:
pull_request:
jobs:
cypress:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build the app
run: yarn build
- name: Cypress run
uses: cypress-io/github-action@v6
env:
DEBUG: "@cypress/github-action"
with:
install: false
start: yarn ci:server:nohup
working-directory: packages/cli
browser: chrome