Skip to content

Commit

Permalink
ci: verbose cdk diff
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Mar 4, 2024
1 parent 77d2a43 commit 92ba2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Pre deployment CDK diff
run: |
echo $STAGE
cdk diff --outputs-file ${HOME}/cdk-outputs.json
cdk diff -v --outputs-file ${HOME}/cdk-outputs.json

0 comments on commit 92ba2ba

Please sign in to comment.