Update artsoftconsult.jmx #116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run JMeter Api update | |
on: [push] | |
jobs: | |
jmeter_tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: setup-jmeter | |
run: | | |
wget https://downloads.apache.org/jmeter/binaries/apache-jmeter-5.6.3.tgz | |
sudo tar -xvf apache-jmeter-5.6.3.tgz | |
- name: run-jmeter-test | |
run: | | |
$GITHUB_WORKSPACE/apache-jmeter-5.6.3/bin/./jmeter.sh -n -t ApiUpdateFiles.jmx -l result.jtl | |