Skip to content

Test pull request

Test pull request #591

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

Check failure on line 19 in .github/workflows/task.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/task.yml

Invalid workflow file

error parsing called workflow ".github/workflows/task.yml" -> "./.github/workflows/pull-request-approved.yml" (source branch with sha:575997441dde5815ab40922d00fa91d4807f6f90) : (Line: 40, Col: 13): The identifier 'get_xetabase_branch' may not be used more than once within the same scope.
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