Skip to content

Commit

Permalink
Add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
SyzSteM committed Jan 25, 2024
1 parent 42c7aeb commit 256abfb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,22 @@ jobs:
- name: JMeter Test
uses: QAInsights/[email protected]
with:
test-plan-path: ./performance_tests
test-plan-path: ./performance_tests/test.jmx
args: "-e -o ./reports/html/"

- name: Print folder structure
run: ls -la

- name: Upload Results
uses: actions/upload-artifact@v3
with:
name: jmeter-results
path: result.jtl
# if-no-files-found: error
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
if-no-files-found: error

- name: Stop docker-compose
run: docker-compose down
Expand Down

0 comments on commit 256abfb

Please sign in to comment.