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 3a63e3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ jobs:

# Run Terraform Tests
- name: Terraform Test
run: terraform test -junit-xml=results.xml
run: terraform test -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 3a63e3e

Please sign in to comment.