Skip to content

Commit

Permalink
Set env var w/ env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Feb 1, 2025
1 parent 2891ac9 commit da52125
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Install JMeter
run: |
curl https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.3.tgz --output /tmp/apache-jmeter-5.6.3.tgz
tar -xf /tmp/apache-jmeter-5.6.3.tgz
export JMETER_HOME=/tmp/apache-jmeter-5.6.3
tar -xvf /tmp/apache-jmeter-5.6.3.tgz
- run: ./gradlew benchmark
env:
JMETER_HOME: /tmp/apache-jmeter-5.6.3

0 comments on commit da52125

Please sign in to comment.