Updated file path
parent
42ece04a98
commit
b346e69563
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: 'Azure Load Testing'
|
||||
uses: azure/load-testing@v1
|
||||
with:
|
||||
loadTestConfigFile: 'podcast-load.yml'
|
||||
loadTestConfigFile: 'loadTest/podcast-load.yml'
|
||||
loadTestResource: ${{ env.LOAD_TEST_RESOURCE }}
|
||||
resourceGroup: ${{ env.LOAD_TEST_RESOURCE_GROUP }}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
testName: PodcastLoadTest
|
||||
testPlan: 'script/podcast.jmx'
|
||||
testPlan: 'podcast.jmx'
|
||||
description:
|
||||
engineInstances: 1
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue