Skip to content

Create test.yml

Create test.yml #1503

Workflow file for this run

## 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-adaptive-sampling:
uses: ./.github/workflows/python-ec2-default-test.yml

Check failure on line 19 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 19, Col: 11): Input aws-region is required, but not provided while calling.
secrets: inherit
with:
caller-workflow-name: 'test'