Skip to content

Bump json5 from 1.0.1 to 1.0.2 #134

Bump json5 from 1.0.1 to 1.0.2

Bump json5 from 1.0.1 to 1.0.2 #134

Workflow file for this run

name: Cypress
on:
push:
branches:
- master
pull_request:
branches:
- master
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