Skip to content

Commit

Permalink
Adding the pr-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Nov 14, 2024
1 parent c99391a commit 3e3e102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
}
];
Expand Down

0 comments on commit 3e3e102

Please sign in to comment.