Skip to content

Commit

Permalink
added files
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi9705 committed Aug 23, 2024
1 parent 02b36eb commit 7b259b1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/mainPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,7 @@ jobs:

- name: Trigger JMeter Tests
run: |
if [ ! -f test-plan.jmx ]; then
echo "Test plan not found!"
exit 1
fi
rm -rf jmeter-results.jtl jmeter-report
jmeter -n -t test-plan.jmx -Jserver=${{ env.PUBLIC_IP }} -Jthreads=10 -l jmeter-results.jtl -g -o jmeter-report
Chaos_Engineering:
Expand Down

0 comments on commit 7b259b1

Please sign in to comment.