Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Bump lodash from 4.17.21 to 4.17.23 #200

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #200

Workflow file for this run

name: Cypress
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cypress:
name: Serial execution
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run cypress
uses: cypress-io/github-action@v4
with:
start: yarn dev
command-prefix: yarn happo-e2e -- -- yarn
env:
HAPPO_API_KEY: ${{ secrets.HAPPO_API_KEY }}
HAPPO_API_SECRET: ${{ secrets.HAPPO_API_SECRET }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_RETRY_FAIL_ONCE: true