Skip to content

test: update the junit tests that use MongoDB to stop using the funct… #223

test: update the junit tests that use MongoDB to stop using the funct…

test: update the junit tests that use MongoDB to stop using the funct… #223

Workflow file for this run

name: CellBase Develop workflow
on:
push:
branches:
- TASK-*
workflow_dispatch:
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop
with:
maven_opts: -DCELLBASE.WAR.NAME=cellbase
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit
with:
report_context: development
report_dir: ${{ github.ref_name }}/cellbase/${{ github.sha }}
deploy-docker:
uses: opencb/java-common-libs/.github/workflows/[email protected]
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images base --tag ${{ github.ref_name }}
secrets: inherit