Skip to content

Commit

Permalink
also exclude metric validation (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
willarmiros authored Aug 31, 2021
1 parent bf4a3ff commit bee75f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
cd test-framework
./gradlew :validator:run --args="-c default-lambda-validation.yml --endpoint ${{ steps.extract-endpoint.outputs.stdout }} --region $AWS_REGION"
- name: validate java agent metric sample
if: ${{ matrix.name == 'java-awssdk-agent' }}
if: ${{ matrix.name == 'java-awssdk-agent' && contains(matrix.amp_regions, matrix.aws_region) }}
run: |
cp ${{ matrix.expected_metric_template }} test-framework/validator/src/main/resources/expected-data-template/ampExpectedMetric.mustache
cd test-framework
Expand Down

0 comments on commit bee75f3

Please sign in to comment.