Skip to content

Commit 1b894fc

Browse files
committed
fix module
1 parent e235a0a commit 1b894fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/infracost.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Generate Infra cost report
12
on:
23
pull_request:
34
types: [opened, synchronize, closed]
@@ -28,7 +29,7 @@ jobs:
2829

2930
- name: Generate Infracost cost estimate baseline
3031
run: |
31-
infracost breakdown --path=. \
32+
infracost breakdown --path=terraform/ \
3233
--format=json \
3334
--out-file=/tmp/infracost-base.json
3435
@@ -37,7 +38,7 @@ jobs:
3738

3839
- name: Generate Infracost diff
3940
run: |
40-
infracost diff --path=. \
41+
infracost diff --path=terraform/ \
4142
--format=json \
4243
--compare-to=/tmp/infracost-base.json \
4344
--out-file=/tmp/infracost.json

0 commit comments

Comments
 (0)