Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Aug 14, 2024
1 parent 62457c8 commit bdbe40f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ jobs:
env:
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
run: |
go test -timeout ${{ inputs.test_timeout }} -v ./...
# go install github.com/jstemmer/go-junit-report@latest
# go test -timeout ${{ inputs.test_timeout }} -v ./... | go-junit-report -set-exit-code > report.xml
go install github.com/jstemmer/go-junit-report@latest
go test -timeout ${{ inputs.test_timeout }} -v ./... | go-junit-report -set-exit-code > report.xml
- name: Post Test Summary
uses: test-summary/action@v2
Expand Down

0 comments on commit bdbe40f

Please sign in to comment.