Skip to content

IEBH-353: Sync with the latest changes #1

IEBH-353: Sync with the latest changes

IEBH-353: Sync with the latest changes #1

Workflow file for this run

name: HDC ci/cd pipeline
permissions:
contents: write
issues: write
pull-requests: write
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run_tests_hdc:
uses: PilotDataPlatform/pilot-hdc-ci-tools/.github/workflows/run_tests.yml@main
with:
min_coverage_percent: 60
secrets: inherit
build_and_publish_hdc:
needs: [run_tests_hdc]
uses: PilotDataPlatform/pilot-hdc-ci-tools/.github/workflows/build_and_publish.yml@main
with:
matrix_config: '["bff"]'
service_name: 'bff-web'
secrets: inherit
deploy_hdc:
needs: [build_and_publish_hdc]
uses: PilotDataPlatform/pilot-hdc-ci-tools/.github/workflows/trigger_deployment.yml@main
with:
hdc_service_name: 'bff'
secrets: inherit