Przeglądaj źródła

Don't fail fast

Nuwan Goonasekera 5 lat temu
rodzic
commit
c1d37df05d
1 zmienionych plików z 1 dodań i 0 usunięć
  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']