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.
2 parents 9e1ef41 + 06abc28 commit 5110cc3Copy full SHA for 5110cc3
.github/workflows/e2e-infra-deploy.yml
@@ -9,6 +9,9 @@
9
10
name: E2E Tests Infra deployment
11
12
+on:
13
+ workflow_call:
14
+
15
permissions:
16
id-token: write
17
contents: read
@@ -67,4 +70,4 @@ jobs:
67
70
- name: Deploy AOT Stack
68
71
run: |
69
72
cd libraries/tests/e2e/infra-aot
- cdk deploy --require-approval never
73
+ cdk deploy --require-approval never
.github/workflows/e2e-infra-destroy.yml
name: Destroy e2e CDK Stacks
@@ -37,4 +40,4 @@ jobs:
37
40
- name: Destroy AOT Stack
38
41
39
42
- cdk destroy --force
43
+ cdk destroy --force
0 commit comments