Skip to content

Commit

Permalink
Minor updates on CI/CD names
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 22, 2023
1 parent b623756 commit ee2a5cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
name: code-coverage-report
path: htmlcov

cdk-synth:
name: CDK Synth
cdk-synth-diff:
name: CDK Synth & Diff
runs-on: ubuntu-latest
needs: code-quality
permissions:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
aws sts get-caller-identity
- name: Synth CDK to CloudFormation Template
- name: CDK Synth
run: |
source .venv/bin/activate
cdk synth
Expand All @@ -126,7 +126,7 @@ jobs:
iac-checkov:
name: IaC Checkov Validations
runs-on: ubuntu-latest
needs: cdk-synth
needs: cdk-synth-diff
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit ee2a5cf

Please sign in to comment.