Skip to content

Commit

Permalink
fix(reportsdir): issue caused by missing reports dir
Browse files Browse the repository at this point in the history
  • Loading branch information
amardeep2006 committed Aug 27, 2023
1 parent 52295d4 commit bef30b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Create reports directory
run: mkdir reports

- name: Run JMeter Tests
uses: ./
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ Following are the prerequisites for this GitHub Action:
```
### Example #3 with arguments to Generate HTML Reports

make sure you create directory with the name where you want html report to be saved.

```
- name: Create reports directory
run: mkdir reports
- name: JMeter Test
uses: QAInsights/[email protected]
with:
Expand Down

0 comments on commit bef30b2

Please sign in to comment.