Self Hosted E2E - fail-fast set to false (#1334)

* fail-fast set to false

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* add TODO

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

---------

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
This commit is contained in:
Pravin Pushkar 2023-08-30 10:39:15 +05:30 committed by GitHub
parent 60f50e3497
commit 4d586752bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ jobs:
DAPR_DASHBOARD_LATEST_STABLE_VERSION:
PODMAN_VERSION: 4.4.4
strategy:
# TODO: Remove this when our E2E tests are stable for podman on MacOS.
fail-fast: false # Keep running if one leg fails.
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
target_arch: [amd64]