Skip to content

refactor(.github/workflows/staging-build.yaml): replace build job wit… #100

refactor(.github/workflows/staging-build.yaml): replace build job wit…

refactor(.github/workflows/staging-build.yaml): replace build job wit… #100

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- develop
jobs:
call-testcov:
uses: dictyBase/workflows/.github/workflows/golang-testcov.yml@develop
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
call-docker-build:
needs: call-testcov
uses: dictyBase/workflows/.github/workflows/docker-build-push.yaml@develop
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}