Skip to content

Commit

Permalink
Added go test action
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 30, 2024
1 parent bd04032 commit 93df151
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/shared-terraform-chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,10 @@ jobs:
path: ${{ needs.context.outputs.terraform_state_path }}

- name: "Test component"
run: |-
terraform --version
cd test
go test -v -skip-setup -skip-teardown
cd -
uses: robherley/go-test-action@v0
with:
moduleDirectory: test
testArguments: -v -skip-setup -skip-teardown

- name: "Update GitHub Status for failure"
if: ${{ failure() }}
Expand Down

0 comments on commit 93df151

Please sign in to comment.