File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ updates:
1111 - dependency-name : " constructs"
1212
1313 - package-ecosystem : npm
14- directory : " /notificationworkerlambda/ cdk"
14+ directory : " /cdk"
1515 schedule :
1616 interval : " monthly"
1717 # The version of AWS CDK libraries must match those from @guardian/cdk.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: cdk test
22
33defaults :
44 run :
5- working-directory : notificationworkerlambda/ cdk
5+ working-directory : cdk
66
77on :
88 pull_request :
2525 with :
2626 node-version-file : " .nvmrc"
2727 cache : " yarn"
28- cache-dependency-path : notificationworkerlambda/ cdk/yarn.lock
28+ cache-dependency-path : cdk/yarn.lock
2929
3030 - name : Install
3131 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 7575 BUILD_NUMBER : ${{ github.run_number }}
7676
7777 - name : CDK synth (worker lambda cdk directory)
78- working-directory : notificationworkerlambda/ cdk
78+ working-directory : cdk
7979 run : |
8080 yarn install
8181 yarn test
@@ -106,8 +106,8 @@ jobs:
106106 mobile-notifications-harvester-cfn:
107107 - notificationworkerlambda/harvester-cfn.yaml
108108 mobile-notifications-workers-cfn:
109- - notificationworkerlambda/ cdk/cdk.out/SenderWorkerStack-CODE.template.json
110- - notificationworkerlambda/ cdk/cdk.out/SenderWorkerStack-PROD.template.json
109+ - cdk/cdk.out/SenderWorkerStack-CODE.template.json
110+ - cdk/cdk.out/SenderWorkerStack-PROD.template.json
111111 mobile-notifications-topic-counter-cfn:
112112 - notificationworkerlambda/topic-counter-cfn.yaml
113113 mobile-notifications-registration-cleaning-worker-cfn:
You can’t perform that action at this time.
0 commit comments