diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 81b8c8766..4971170e8 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -174,6 +174,14 @@ concurrency: cancel-in-progress: true jobs: + plan: + name: Plan + runs-on: ubuntu-latest + steps: + - uses: ./internal/plan + with: + working-directory: ${{ inputs.working-directory }} + get-runner-image: name: Get runner image uses: ./.github/workflows/get_runner_image.yaml diff --git a/internal/plan/action.yml b/internal/plan/action.yml index fee59c2e5..77791ff0e 100644 --- a/internal/plan/action.yml +++ b/internal/plan/action.yml @@ -2,7 +2,7 @@ name: Plan description: Workflow planning for operator-workflows author: is-devops-team@canonical.com inputs: - working_directory: + working-directory: description: Working directory for operator-workflows workflows. default: '.' required: true