Skip to content

Commit

Permalink
Publish test result
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vil-st committed Sep 12, 2024
1 parent 0c42960 commit c156133
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,12 @@ jobs:
- name: Terraform Format
run: terraform fmt -check -recursive . ../modules

# Validate terraform code
- name: Terraform Validate
run: terraform validate

# Generates an execution plan for Terraform
- name: Terraform Plan
run: terraform plan -input=false

# Run Terraform Tests
- name: Terraform Test
run: terraform test -junit-xml=results.xml
run: terraform test -verbose -junit-xml=TEST-result.xml

- name: Test Summary
uses: test-summary/action@v2
with:
paths: "${{ matrix.solution.name }}/TEST-result.xml"
if: always()

0 comments on commit c156133

Please sign in to comment.