Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/notification-worker-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,7 @@ jobs:
NOTIFICATION_LAMBDA_REPOSITORY_URL: ${{ secrets.NOTIFICATION_LAMBDA_REPOSITORY_URL }}
BUILD_NUMBER: ${{ github.run_number }}

- name: CDK synth (worker lambda cdk directory)
working-directory: cdk
run: |
yarn install --immutable
yarn test
yarn synth

- name: CDK synth (root cdk directory)
- name: CDK synth
working-directory: cdk
run: |
yarn install --immutable
Expand Down