Skip to content

Commit

Permalink
Merge pull request #24 from Melanie-RK/master
Browse files Browse the repository at this point in the history
Add "if-no-files-found: error" to examples and main.yml
  • Loading branch information
QAInsights authored Nov 27, 2023
2 parents 5a3c503 + 32f43b7 commit b8c8c3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
with:
name: jmeter-results
path: result.jtl
if-no-files-found: error

- name: Upload HTML Reports
uses: actions/upload-artifact@v3
with:
name: jmeter-reports
path: reports
if-no-files-found: error
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Following are the prerequisites for this GitHub Action:
with:
name: jmeter-results
path: result.jtl
if-no-files-found: error
```
### Example #2 with arguments
Expand All @@ -59,6 +60,7 @@ Following are the prerequisites for this GitHub Action:
with:
name: jmeter-results
path: result.jtl
if-no-files-found: error
```
### Example #3 with arguments to Generate HTML Reports
Expand All @@ -79,12 +81,14 @@ Please make sure that you create a directory where you want to generate HTML rep
with:
name: jmeter-results
path: result.jtl
if-no-files-found: error

- name: Upload HTML Reports
uses: actions/upload-artifact@v3
with:
name: jmeter-html-reports
path: reports
if-no-files-found: error
```
## 📥 Download JMeter Test Results
Expand Down

0 comments on commit b8c8c3b

Please sign in to comment.