Selaa lähdekoodia

Don't fail fast

Nuwan Goonasekera 5 vuotta sitten
vanhempi
sitoutus
c1d37df05d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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
     # Set the type of machine to run on
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     strategy:
     strategy:
+      fail-fast: false
       matrix:
       matrix:
         python-version: ['3.8']
         python-version: ['3.8']
         cloud-provider: ['aws', 'azure', 'gcp', 'mock', 'openstack']
         cloud-provider: ['aws', 'azure', 'gcp', 'mock', 'openstack']