Skip to content

lib: fix motif features folder for regulation downloader, #TASK-5575,… #471

lib: fix motif features folder for regulation downloader, #TASK-5575,…

lib: fix motif features folder for regulation downloader, #TASK-5575,… #471

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 -P default-config-test
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit
deploy-docker:
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images base,builder --tag ${{ github.ref_name }}
secrets: inherit