From 3e3e1022715373e0ef8d5ea844a09ee4c0ba9617 Mon Sep 17 00:00:00 2001 From: Sylvia McLaughlin <85905333+sylviamclaughlin@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:05:33 +0000 Subject: [PATCH] Adding the pr-test workflow --- .github/workflows/pr-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index 64c8d02..25e1442 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -47,7 +47,7 @@ jobs: allow-failure: true - test: import allow-failure: true - - test: run-all + - test: terragrunt-run-all run-all: true terragrunt: true steps: @@ -136,7 +136,7 @@ jobs: state: /`success`[^`]+`success`/g },{ exist: true, - title: /Test run-all/g, + title: /Test terragrunt-run-all/g, state: /Terraform Init:\*\* `success`\n/gm } ];