Skip to content

fix(test): data-testid in health-check.cy.ts #1036

fix(test): data-testid in health-check.cy.ts

fix(test): data-testid in health-check.cy.ts #1036

Workflow file for this run

name: build
on:
workflow_dispatch:
inputs:
cypress:
description: 'Run cypress'
required: false
type: boolean
default: false
push:
jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@new_deployment
secrets: inherit
with:
cypress_enable: true
cypress_run_because_flag: ${{ inputs.cypress == true }}