Skip to content

Prepare changes by: update_release_workflow.sh #444

Prepare changes by: update_release_workflow.sh

Prepare changes by: update_release_workflow.sh #444

Workflow file for this run

name: build
on:
workflow_dispatch:
inputs:
playwright:
description: 'Run playwright'
required: false
type: boolean
default: false
playwright_spec_param:
type: string
description: "Run specific test(s). Example: `landing-page.spec.ts`"
required: false
push:
jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@main
secrets: inherit
with:
cypress_enable: false
playwright_enable: true
playwright_run_because_flag: ${{ inputs.playwright == true }}
playwright_spec_param: ${{ inputs.playwright_spec_param }}