Skip to content

kfp-api: test #1943

kfp-api: test

kfp-api: test #1943

name: On Pull Request
# On pull_request, we:
# * always publish to charmhub at latest/edge/branchname
# * always run tests
# * always run builds with cache
on:
pull_request:
jobs:
get-paths-and-build:
name: Get charm paths and build with cache
uses: canonical/charmed-kubeflow-workflows/.github/workflows/pull_request.yaml@main

Check failure on line 13 in .github/workflows/on_pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_pull_request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/on_pull_request.yaml" -> "canonical/charmed-kubeflow-workflows/.github/workflows/pull_request.yaml@main" : failed to fetch workflow: workflow was not found.
tests:
name: Run Tests
needs: [get-paths-and-build]
uses: ./.github/workflows/integrate.yaml
secrets: inherit
# publish runs in parallel with tests, as we always publish in this situation
publish-charm:
name: Publish Charm
needs: [get-paths-and-build]
uses: ./.github/workflows/publish.yaml
secrets: inherit