Skip to content

Test pull request

Test pull request #588

Workflow file for this run

name: Push in java-common-libs task branch
on:
push:
branches:
- TASK-*
jobs:
build:
uses: ./.github/workflows/build-java-app-workflow.yml
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit
test-xetabase:
name: "Run all tests before merging java-common-libs TASK-8067 into develop"
uses: ./.github/workflows/pull-request-approved.yml
with:
target_branch: develop
head_ref: TASK-8067
secrets: inherit
test-pull-request-approve:
name: "TEST CI_CORE TASK-8067 into develop"
uses: opencb/ci-core/.github/workflows/pull-request-approve.yml@main
with:
target_branch: develop
head_ref: TASK-8067
secrets: inherit