From 9c15d4619bef940788f55d85b3bc9df9dddda486 Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Sat, 1 Jun 2024 17:22:42 +0100 Subject: [PATCH] Add `terraform-test` to the list of actions --- .github/workflows/test-test.yaml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-test.yaml b/.github/workflows/test-test.yaml index f03cfa6b..b67366d0 100644 --- a/.github/workflows/test-test.yaml +++ b/.github/workflows/test-test.yaml @@ -1,7 +1,7 @@ name: Test terraform-test on: - - push + - pull_request jobs: default: diff --git a/README.md b/README.md index cef751bf..62e00cb6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ See the documentation for the available actions: - [dflook/terraform-destroy](terraform-destroy) - [dflook/terraform-version](terraform-version) - [dflook/terraform-unlock-state](terraform-unlock-state) +- [dflook/terraform-test](terraform-test) ## Example Usage These terraform actions can be added as steps to your own workflow files.