Update podcast-loadtest.yml

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

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub Actions
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Login to Azure
uses: azure/login@v1
@ -46,7 +46,7 @@ jobs:
- name: 'Azure Load Testing'
uses: azure/load-testing@v1
with:
loadTestConfigFile: 'loadTest/podcast-load.yml'
loadTestConfigFile: './loadTest/podcast-load.yml'
loadTestResource: ${{ env.LOAD_TEST_RESOURCE }}
resourceGroup: ${{ env.LOAD_TEST_RESOURCE_GROUP }}