Skip to content

Commit fdafd59

Browse files
Github fix 1
1 parent 9ba1a69 commit fdafd59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/load-testing/how-to-export-test-results.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ When you run a load test as part of your CI/CD pipeline, Azure Load Testing gene
9898

9999
1. Edit the workflow file and add the `actions/upload-artifact` action after the `azure/load-testing` action in the workflow file.
100100

101-
Azure Load Testing places the test results in the `loadTest` folder of the GitHub Actions workspace.
101+
Azure Load Testing places the test results and the HTML report in the `loadTest` folder of the GitHub Actions workspace.
102102

103103
```yml
104104
- name: 'Azure Load Testing'
@@ -113,11 +113,6 @@ When you run a load test as part of your CI/CD pipeline, Azure Load Testing gene
113113
name: loadTestResults
114114
path: ${{ github.workspace }}/loadTest
115115
```
116-
Azure Load Testing places the HTML Report in the `xx` folder of the GitHub Actions workspace.
117-
118-
```yml
119-
TBD
120-
```
121116
122117
1. After your GitHub Actions workflow completes, you can select the test results and report from the **Artifacts** section on the **Summary** page of the workflow run.
123118

0 commit comments

Comments
 (0)