Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Apr 22, 2024
1 parent 61775c7 commit 4ea3353
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/plan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Plan
description: Workflow planning for operator-workflows
author: [email protected]
inputs:
working_directory:
working-directory:
description: Working directory for operator-workflows workflows.
default: '.'
required: true
Expand Down

0 comments on commit 4ea3353

Please sign in to comment.