Skip to content

fix: call select2 as it is a AMD module #835

fix: call select2 as it is a AMD module

fix: call select2 as it is a AMD module #835

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 }}