mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
github-actions: Do not fail other jobs when one job in matrix fails.
This change makes it so if focal backend job fails the bionic backend and frontend jobs keeps running. Previously, it failed both of the jobs if one failed. This is expected since typically matrix is used to run sames tests on multiple versions and such but our use case is bit more than that.
This commit is contained in:
committed by
Tim Abbott
parent
6a4792e844
commit
4c475ab2f7
1
.github/workflows/zulip-ci.yml
vendored
1
.github/workflows/zulip-ci.yml
vendored
@@ -9,6 +9,7 @@ defaults:
|
||||
jobs:
|
||||
focal_bionic:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# This docker image was created by a generated Dockerfile at:
|
||||
|
||||
Reference in New Issue
Block a user