From afb5d93be063bb779e8e276f09c6b6e96c6f69a9 Mon Sep 17 00:00:00 2001 From: Max Lobur Date: Wed, 5 Apr 2023 18:14:46 +0300 Subject: [PATCH] rename to terratest --- .github/workflows/ci-terraform-chatops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-terraform-chatops.yml b/.github/workflows/ci-terraform-chatops.yml index e14725d..ee93305 100644 --- a/.github/workflows/ci-terraform-chatops.yml +++ b/.github/workflows/ci-terraform-chatops.yml @@ -30,7 +30,7 @@ on: default: '["ubuntu-latest"]' jobs: - terraform-test: + terratest: runs-on: ${{ fromJSON(inputs.runs-on) }} steps: - name: Checkout