Skip to content

Commit

Permalink
Merge pull request #25 from Melanie-RK/fix-version-examples
Browse files Browse the repository at this point in the history
fix: Use correct version in example snippets
  • Loading branch information
QAInsights authored Dec 6, 2023
2 parents b8c8c3b + 1252d83 commit a358342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Following are the prerequisites for this GitHub Action:

```yaml
- name: JMeter Test
uses: QAInsights/PerfAction@v3.2
uses: QAInsights/PerfAction@v5.6.2
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: ""
Expand All @@ -50,13 +50,13 @@ Following are the prerequisites for this GitHub Action:
```yaml
- name: JMeter Test
uses: QAInsights/PerfAction@v3.2
uses: QAInsights/PerfAction@v5.6.2
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: "-H my.proxy.server -P 8000"

- name: Upload Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jmeter-results
path: result.jtl
Expand All @@ -71,7 +71,7 @@ Please make sure that you create a directory where you want to generate HTML rep
run: mkdir reports

- name: JMeter Test
uses: QAInsights/PerfAction@v3.2
uses: QAInsights/PerfAction@v5.6.2
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: "-e -o ./reports/html/"
Expand Down

0 comments on commit a358342

Please sign in to comment.