mirror of https://github.com/dapr/cli.git
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:
parent
60f50e3497
commit
4d586752bc
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue