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 d5b62a9 commit 62457c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
env:
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
run: |
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 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

- name: Post Test Summary
uses: test-summary/action@v2
Expand Down

0 comments on commit 62457c8

Please sign in to comment.