Skip to content

Commit 249f007

Browse files
committed
readd amplify install on acceptance stage
1 parent 7046044 commit 249f007

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
npm ci
5454
npm ci tests/test-team
55+
(cd amplify && npm ci)
5556
(cd lambdas/authorizer && npm ci)
5657
(cd lambdas/backend-client && npm ci)
5758
(cd lambdas/backend-api && npm ci)
@@ -127,6 +128,7 @@ jobs:
127128
run: |
128129
npm ci
129130
npm ci tests/test-team
131+
(cd amplify && npm ci)
130132
(cd lambdas/authorizer && npm ci)
131133
(cd lambdas/backend-client && npm ci)
132134
(cd lambdas/backend-api && npm ci)
@@ -162,6 +164,7 @@ jobs:
162164
run: |
163165
npm ci
164166
npm ci tests/test-team
167+
(cd amplify && npm ci)
165168
(cd lambdas/authorizer && npm ci)
166169
(cd lambdas/backend-client && npm ci)
167170
(cd lambdas/backend-api && npm ci)
@@ -201,6 +204,7 @@ jobs:
201204
run: |
202205
npm ci
203206
npm ci tests/test-team
207+
(cd amplify && npm ci)
204208
(cd lambdas/authorizer && npm ci)
205209
(cd lambdas/backend-client && npm ci)
206210
(cd lambdas/backend-api && npm ci)

0 commit comments

Comments
 (0)