Update podcast-loadtest.yml

pull/204/head
Nikita Nallamothu 2022-09-10 00:01:28 +05:30 committed by GitHub
parent a7405625e6
commit 38cc41c877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ jobs:
uses: azure/arm-deploy@v1
with:
resourceGroupName: ${{ env.LOAD_TEST_RESOURCE_GROUP }}
template: ./ARMTemplates/template.json
parameters: ./ARMTemplates/parameters.json name=${{ env.LOAD_TEST_RESOURCE }} location="${{ env.LOAD_TEST_LOCATION }}"
template: ./loadTest/template.json
parameters: ./loadTest/parameters.json name=${{ env.LOAD_TEST_RESOURCE }} location="${{ env.LOAD_TEST_LOCATION }}"
- name: 'Azure Load Testing'
uses: azure/load-testing@v1