Skip to content

Commit dbd4bf1

Browse files
authored
Remove infracost step
1 parent 2c1c70e commit dbd4bf1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ jobs:
4949
- name: Terraform Plan (Mock)
5050
run: terraform plan
5151
working-directory: ${{ matrix.dir }}
52-
- name: Setup Infracost
53-
uses: infracost/actions/setup@v2
54-
with:
55-
api-key: ${{ secrets.INFRACOST_API_KEY }}
56-
- name: Generate Infracost cost estimate
57-
run: infracost breakdown --path ${{ matrix.dir }}

0 commit comments

Comments
 (0)