Skip to content

Commit

Permalink
Remove infracost step
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Sep 22, 2023
1 parent 71ec8fc commit 60cfca8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ jobs:
- name: Terraform Plan (Mock)
run: terraform plan
working-directory: ${{ matrix.dir }}
- name: Setup Infracost
uses: infracost/actions/setup@v2
with:
api-key: ${{ secrets.INFRACOST_API_KEY }}
- name: Generate Infracost cost estimate
run: infracost breakdown --path ${{ matrix.dir }}

0 comments on commit 60cfca8

Please sign in to comment.