Skip to content

Commit

Permalink
edited yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Dec 6, 2023
1 parent 57c0cf7 commit 04543f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/operator-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Update manager.yaml
run: |
sed -i "s|name: controller.*|name: controller\n newName: $OPERATOR_IMAGE|" config/manager/manager.yaml
sed -i "s|name: controller.*|name: controller\n newName: $OPERATOR_IMAGE|" config/manager/kustomization.yaml
- name: Verify Terraform version
run: terraform --version
Expand Down Expand Up @@ -95,6 +95,13 @@ jobs:
terraform destroy -auto-approve && exit 1
fi
- name: java Annotation testing
run: |
cd integration-tests/terraform/testbuild/cmd
go run ./test_default_and_ns_instrumentation_main.go
if [ $? -ne 0 ]; then
terraform destroy -auto-approve && exit 1
fi
- name: Terraform destroy
if: ${{ cancelled() || failure() }}
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 04543f3

Please sign in to comment.