We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573a67d commit 2873c16Copy full SHA for 2873c16
.github/workflows/dotnet-ec2-default-test.yml
@@ -247,16 +247,6 @@ jobs:
247
role-to-assume: arn:aws:iam::${{ env.ACCOUNT_ID }}:role/${{ env.E2E_TEST_ROLE_NAME }}
248
aws-region: ${{ env.E2E_TEST_AWS_REGION }}
249
250
- - name: Save test results
251
- if: always()
252
- id: validation-result
253
- run: |
254
- if [ "${{ steps.log-validation.outcome }}" = "success" ] && [ "${{ steps.metric-validation.outcome }}" = "success" ] && [ "${{ steps.trace-validation.outcome }}" = "success" ]; then
255
- echo "validation-result=success" >> $GITHUB_OUTPUT
256
- else
257
- echo "validation-result=failure" >> $GITHUB_OUTPUT
258
- fi
259
-
260
# Clean up Procedures
261
- name: Terraform destroy
262
if: always()
0 commit comments