File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments