Skip to content

Test pull request

Test pull request #583

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"
uses: ./.github/workflows/test-xetabase-workflow.yml
with:
branch: TASK-8067
task: TASK-8067
secrets: inherit
pull-request-xetabase:
name: "Run ci-core all tests before merging"
uses: opencb/ci-core/.github/workflows/test.yml@main
with:
branch: develop

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

View workflow run for this annotation

GitHub Actions / Push in java-common-libs task branch

Invalid workflow file

The workflow is not valid. .github/workflows/task.yml (Line: 30, Col: 15): Invalid input, branch is not defined in the referenced workflow. .github/workflows/task.yml (Line: 31, Col: 13): Invalid input, task is not defined in the referenced workflow.
task: TASK-8067
secrets: inherit