diff --git a/.github/workflows/cicd-dev-acc.yml b/.github/workflows/cicd-dev-acc.yml index 7e69962f..a8ddaa0a 100644 --- a/.github/workflows/cicd-dev-acc.yml +++ b/.github/workflows/cicd-dev-acc.yml @@ -23,8 +23,8 @@ jobs: test-vmaas-instance: uses: ./.github/workflows/reusable-dev-acc.yml - needs: [test-provider, test-datasouces] - if: "failure() || ${{ needs.test-provider.result == 'success' }}" + needs: [test-datasouces] + if: "always()" with: test_case: TestVmaasInstance TestAccResourceInstance test_description: Instance test @@ -32,8 +32,8 @@ jobs: test-vmaas-lb: uses: ./.github/workflows/reusable-dev-acc.yml - needs: [test-provider, test-vmaas-instance] - if: "failure() || ${{ needs.test-provider.result == 'success' }}" + needs: [test-vmaas-instance] + if: "always()" with: test_case: TestVmaasLB TestAccResourceLB TestVmaasLoadBalancerPlan TestAccResourceLoadBalancerCreate test_description: Loadbalancer test @@ -41,8 +41,8 @@ jobs: test-vmaas-network: uses: ./.github/workflows/reusable-dev-acc.yml - needs: [test-provider, test-vmaas-lb] - if: "failure() || ${{ needs.test-provider.result == 'success' }}" + needs: [test-vmaas-lb] + if: "always()" with: test_case: TestVmaasNetworkPlan TestAccResourceNetworkCreate TestAccResourceRouter TestVmaasRouter TestAccResourceTier TestVmaasRouteBGPNeighborPlan test_description: Network test