updating cloud region to bypass population error for aws_region var #1574
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | |
## SPDX-License-Identifier: Apache-2.0 | |
# This is a reusable workflow for running the Enablement test for App Signals. | |
# It is meant to be called from another workflow. | |
# Read more about reusable workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview | |
name: Test | |
on: | |
push: | |
branches: | |
- otel-custom-metrics-test | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
java-ec2-default: | |
uses: ./.github/workflows/python-ec2-default-test.yml | |
secrets: inherit | |
with: | |
caller-workflow-name: 'test' | |
aws-region: 'us-east-1' | |
custom-metrics: | |
uses: ./.github/workflows/python-ec2-default-test.yml | |
secrets: inherit | |
with: | |
caller-workflow-name: 'test' | |
aws-region: 'us-east-1' |