Skip to content

Commit

Permalink
GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
HurtonBBJ committed May 20, 2024
1 parent 38f5d43 commit 4b106e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/jmeter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: |
jmeter -n -t non-functional-test/terheleses_teszt.jmx -l non-functional-test/Eredmenyek/results.jtl
- name: Check JMeter results
run: |
cat non-functional-test/Eredmenyek/results.jtl
- name: Upload JMeter results
uses: actions/upload-artifact@v2
with:
name: jmeter-results
path: non-functional-test/Eredmenyek/results.jtl

0 comments on commit 4b106e4

Please sign in to comment.