Skip to content

Commit 73b8343

Browse files
authored
Merge pull request #1628 from guardian/aa/rm-duplicate
ci: Remove duplicate step
2 parents fa83c6d + 887c305 commit 73b8343

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/notification-worker-lambdas.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,7 @@ jobs:
7676
NOTIFICATION_LAMBDA_REPOSITORY_URL: ${{ secrets.NOTIFICATION_LAMBDA_REPOSITORY_URL }}
7777
BUILD_NUMBER: ${{ github.run_number }}
7878

79-
- name: CDK synth (worker lambda cdk directory)
80-
working-directory: cdk
81-
run: |
82-
yarn install --immutable
83-
yarn test
84-
yarn synth
85-
86-
- name: CDK synth (root cdk directory)
79+
- name: CDK synth
8780
working-directory: cdk
8881
run: |
8982
yarn install --immutable

0 commit comments

Comments
 (0)