-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(reportsdir): issue caused by missing reports dir
- Loading branch information
1 parent
52295d4
commit bef30b2
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|