Skip to content

Merge pull request #118 from happo/dependabot/npm_and_yarn/ws-7.5.10 #171

Merge pull request #118 from happo/dependabot/npm_and_yarn/ws-7.5.10

Merge pull request #118 from happo/dependabot/npm_and_yarn/ws-7.5.10 #171

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