Test pull request #583
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" | ||
| 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
|
||
| task: TASK-8067 | ||
| secrets: inherit | ||