Skip to content

Commit

Permalink
Self Hosted E2E - fail-fast set to false (#1334)
Browse files Browse the repository at this point in the history
* fail-fast set to false

Signed-off-by: Pravin Pushkar <[email protected]>

* add TODO

Signed-off-by: Pravin Pushkar <[email protected]>

---------

Signed-off-by: Pravin Pushkar <[email protected]>
  • Loading branch information
pravinpushkar committed Aug 30, 2023
1 parent 60f50e3 commit 4d58675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/self_hosted_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4d58675

Please sign in to comment.