diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e6b9ee..ca96e08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + + - name: Create reports directory + run: mkdir reports - name: Run JMeter Tests uses: ./ diff --git a/README.md b/README.md index adf3f72..7b8c3d8 100644 --- a/README.md +++ b/README.md @@ -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/PerfAction@v3.2 with: