Skip to content

Commit

Permalink
Fixed yaml for ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mannerow committed Aug 18, 2024
1 parent 2105ffd commit 3e925d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Empty file removed .github/workflows/cd-deploy.yaml
Empty file.
19 changes: 10 additions & 9 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
working-directory: '.'
run: make integration_test


tf-plan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout Repo
uses: actions/checkout@v3

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -64,13 +65,13 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v2

- name: Terraform Init
working-directory: '.'
run: make terraform-init
working-directory: '.'
run: make terraform-init

- name: Terraform Plan
id: plan
working-directory: '.'
run: make terraform-plan
- name: Terraform Plan
id: plan
working-directory: '.'
run: make terraform-plan

0 comments on commit 3e925d8

Please sign in to comment.