Skip to content

Commit

Permalink
adding runners configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimutant committed Dec 10, 2024
1 parent 7b63563 commit 7060820
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
elif [ "$provider" = "karbon" ]
then
runFlag+="TestAccKarbon*"
elif [ "$provider" = "pc" ]
elif [ "$provider" = "v3" ]
then
runFlag+="TestAccNutanix*"
elif [ "$provider" = "v4" ]
then
runFlag+="TestAccV2Nutanix*"
elif [ "$provider" = "era" ]
then
runFlag+="TestAccEra*"
Expand All @@ -57,6 +60,7 @@ jobs:
echo "TESTARGS = $TESTARGS"
echo '${{ secrets.FOUNDATION_CONFIG }}' > test_foundation_config.json
echo '${{ secrets.PC_CONFIG }}' > test_config.json
echo '${{ secrets.V4_CONFIG }}' > test_config_v2.json
${{ secrets.ACCEPTANCE_TEST_ARGS }} make testacc
- name: Code Coverage Check
if: ${{ always() }}
Expand Down

0 comments on commit 7060820

Please sign in to comment.