Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Mar 5, 2024
1 parent 99bec97 commit 1f7e418
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/logic-test-child.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,23 @@ jobs:
- name: layer
run: echo "CHILD ${{ inputs.environment }} ${{ inputs.component}} Building layers complete - deploy_layers ${{ inputs.deploy_layers }}"

do-the-do:
plan:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: step complete
run: echo "CHILD ${{ inputs.environment }} ${{ inputs.component}} step complete"
run: echo "CHILD ${{ inputs.environment }} ${{ inputs.component}} plan complete"

apply:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v4

- name: step complete
run: echo "CHILD ${{ inputs.environment }} ${{ inputs.component}} apply complete"

tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logic-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
component: [mgmt, mesh, events]
component: ['mgmt', 'mesh', 'events']

uses: ./.github/workflows/logic-test-child.yaml
with:
Expand Down

0 comments on commit 1f7e418

Please sign in to comment.