Skip to content

[Java] Adaptive sampling test case #1467

[Java] Adaptive sampling test case

[Java] Adaptive sampling test case #1467

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:
- java-adap
permissions:
id-token: write
contents: read
jobs:
# Runs in us-west-1 using us-east-1 account
java-ec2-adaptive-sampling:
uses: ./.github/workflows/java-ec2-adaptive-sampling-test.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "./.github/workflows/java-ec2-adaptive-sampling-test.yml" (source branch with sha:07e3b02d95144512ba360e906a20f60b035727ce) : You have an error in your yaml syntax on line 81
secrets: inherit
with:
caller-workflow-name: 'test'