Skip to content

feat: Add terraform module #483

feat: Add terraform module

feat: Add terraform module #483

name: On Pull Request
# On pull_request, we:
# * always publish to charmhub at latest/edge/branchname
# * always run tests
on:
pull_request:
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/integrate.yaml

Check failure on line 14 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" -> "./.github/workflows/integrate.yaml" --> "canonical/charmed-kubeflow-workflows/.github/workflows/terraform-checks.yaml@orfeas-k-add-terraform-checks-workflow" (source branch with sha:d1e2d162fa02ab8488cde50acc1d8bb2d721b6fa) ---> "canonical/charmed-kubeflow-workflows/.github/workflows/terraform-apply.yaml@orfeas-k-add-terraform-reusable-workflow" (source branch with sha:6ad7d30d32d235df911f53d2ff45bb0b95f91cbf) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
secrets: inherit
# publish runs in parallel with tests, as we always publish in this situation
publish-charm:
name: Publish Charm
uses: ./.github/workflows/publish.yaml
secrets: inherit