Skip to content

Commit

Permalink
Update server api running ip
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Nov 20, 2024
1 parent 0a3d008 commit 5badd80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-jmeter-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
run: |
npm install
npm start &
echo "SERVER_IP=$(hostname -I | awk '{print $1}')" >> $GITHUB_ENV
- name: Run JMeter Tests
uses: QAInsights/PerfAction@master
with:
test-plan-path: jmeter-files/test-plan.jmx
args: "-Jdomain=localhost -Jport=6060 -Jnum_threads=3000 -e -f -o reports"
args: "-Jdomain=${{ env.SERVER_IP }} -Jport=6060 -Jnum_threads=3000 -e -f -o reports"
- name: Upload Results
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 5badd80

Please sign in to comment.