Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MardarajNicky authored May 14, 2024
1 parent 202b61b commit 8a0b39f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
run: |
wget https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.6.3.tgz
tar -xf apache-jmeter-5.6.3.tgz
export JMETER_HOME=$PWD/apache-jmeter-5.6.3/bin
echo 'export PATH=/opt/apache-jmeter-5.6.3/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
- name: Run JMeter Test
run: |
${JMETER_HOME}/jmeter -n -t "perf_actions/IP_Script.jmx" -l test_results.jtl -j jmeter.log
/opt/apache-jmeter-5.6.3/bin/jmeter -n -t "perf_actions/IP_Script.jmx" -l test_results.jtl -j jmeter.log
- name: Upload Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8a0b39f

Please sign in to comment.