浏览代码

Don't fail fast

Nuwan Goonasekera 5 年之前
父节点
当前提交
c1d37df05d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/integration.yaml

+ 1 - 0
.github/workflows/integration.yaml

@@ -45,6 +45,7 @@ jobs:
     # Set the type of machine to run on
     runs-on: ubuntu-latest
     strategy:
+      fail-fast: false
       matrix:
         python-version: ['3.8']
         cloud-provider: ['aws', 'azure', 'gcp', 'mock', 'openstack']