We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85546d8 commit 3aebc6bCopy full SHA for 3aebc6b
.github/workflows/stage-4-acceptance.yaml
@@ -96,6 +96,7 @@ jobs:
96
- name: "Repo setup"
97
run: |
98
npm ci
99
+ (cd lambdas/authorizer && npm ci)
100
- name: "Generate dependencies"
101
102
npm run generate-dependencies
@@ -128,6 +129,7 @@ jobs:
128
129
130
131
npm ci tests/test-team
132
133
134
135
0 commit comments