Skip to content

Commit 02b98bf

Browse files
NRL-721 Correct make command
1 parent 5aebcd6 commit 02b98bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-account-wide-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
poetry install --no-root
5353
5454
- name: Build Lambda Layers
55-
run: make build-lambda-layer
55+
run: make build-layers
5656

5757
- name: Configure Management Credentials
5858
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a #v4.3.1
@@ -113,7 +113,7 @@ jobs:
113113
poetry install --no-root
114114
115115
- name: Build Lambda Layers
116-
run: make build-lambda-layer
116+
run: make build-layers
117117

118118
- name: Configure Management Credentials
119119
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a #v4.3.1

0 commit comments

Comments
 (0)