Skip to content

Commit fb910be

Browse files
authored
Update e2e-tests.yml
1 parent 468f5e3 commit fb910be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Deploy AOT Stack
8585
run: |
8686
cd libraries/tests/e2e/infra-aot
87-
cdk deploy -c architecture={{ matrix.arch }} --require-approval never
87+
cdk deploy -c architecture=${{ matrix.arch }} --require-approval never
8888
8989
run-tests:
9090
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)