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:
Priyank Patel
2020-07-08 23:44:36 +00:00
committed by Tim Abbott
parent 6a4792e844
commit 4c475ab2f7

View File

@@ -9,6 +9,7 @@ defaults:
jobs:
focal_bionic:
strategy:
fail-fast: false
matrix:
include:
# This docker image was created by a generated Dockerfile at: