Skip to content

Merge pull request #214 from dictyBase/dependabot/go_modules/develop/… #50

Merge pull request #214 from dictyBase/dependabot/go_modules/develop/…

Merge pull request #214 from dictyBase/dependabot/go_modules/develop/… #50

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- develop
jobs:
call-testcov:
uses: dictyBase/workflows/.github/workflows/golang-testcov.yaml@develop

Check failure on line 8 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "dictyBase/workflows/.github/workflows/golang-testcov.yaml@develop" : failed to fetch workflow: workflow was not found.
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 }}