Skip to content

Commit b7f5e15

Browse files
committed
Adjust directories paths
1 parent eaa0735 commit b7f5e15

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

.github/workflows/cdk-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cdk test
22

33
defaults:
44
run:
5-
working-directory: notificationworkerlambda/cdk
5+
working-directory: cdk
66

77
on:
88
pull_request:
@@ -25,7 +25,7 @@ jobs:
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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:

0 commit comments

Comments
 (0)