Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Dec 20, 2023
1 parent 66825b5 commit c470784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test-provider:
uses: ./.github/workflows/dev-acc.yml
uses: ./.github/workflows/reusable-dev-acc.yml
with:
test_case: TestProvider
secrets: inherit
Expand All @@ -14,13 +14,13 @@ jobs:
needs:
- test-provider
if: "${{ needs.test-provider.result != 'success' }}"
uses: ./.github/workflows/dev-acc.yml
uses: ./.github/workflows/reusable-dev-acc.yml
with:
test_case: TestAccDataSource
secrets: inherit

test-vmaas-instance:
uses: ./.github/workflows/dev-acc.yml
uses: ./.github/workflows/reusable-dev-acc.yml
with:
test_case: TestVmaasInstance
secrets: inherit

0 comments on commit c470784

Please sign in to comment.