Test pull request #588
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |