Skip to content

Patch imports and packages #114

Patch imports and packages

Patch imports and packages #114

Workflow file for this run

name: Auto Dev Workflow
on:
pull_request:
types: [closed]
branches: [ "alpha" ]
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-dev-common.yml@main
with:
needs_build: true
install_command: "npm ci"
build_command: "npm run build-clean && npm run test-unit && npm run test-integ-containers"
cloud_deploy: false
skip_deploy: true
update_version: false
needs_docker: false
include_chart: false
needs_docker_compose: true
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
BUILD_ARGS: ''