Skip to content

Commit f87af58

Browse files
committed
fail fast false, qemu
1 parent 4fd3678 commit f87af58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
deploy-aot-stack:
5454
runs-on: ubuntu-latest
5555
strategy:
56+
fail-fast: false
5657
matrix:
5758
architecture: [ x86_64, arm64 ]
5859
steps:
@@ -76,8 +77,8 @@ jobs:
7677
- name: Install AWS Lambda .NET CLI Tools
7778
run: dotnet tool install -g Amazon.Lambda.Tools
7879

79-
# - name: Set up QEMU
80-
# uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
80+
- name: Set up QEMU
81+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
8182

8283
- name: Deploy AOT Stack
8384
run: |

0 commit comments

Comments
 (0)