Skip to content

Commit

Permalink
always run
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jan 4, 2024
1 parent 491d908 commit 85c171b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@ 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
secrets: inherit

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
secrets: inherit

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
Expand Down

0 comments on commit 85c171b

Please sign in to comment.