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 1cec5ed commit a2bd915Copy full SHA for a2bd915
.github/workflows/ab-testing-ci.yml
@@ -125,5 +125,5 @@ jobs:
125
- ab-testing/dist
126
ab-testing-ui-artifact:
127
- ab-testing/frontend/output/ab-tests.html
128
- cdk.out:
+ cdk.out/ab-testing-config:
129
- ab-testing/cdk.out/ab-testing-config
.github/workflows/ab-testing-lambda-ci.yml
@@ -83,5 +83,5 @@ jobs:
83
contentDirectories: |
84
ab-testing-deployment-lambda:
85
- ab-testing/dictionary-deploy-lambda/dist/lambda.zip
86
+ cdk.out/deployment-lambda:
87
- ab-testing/cdk.out/deployment-lambda
0 commit comments