Skip to content

Commit

Permalink
Merge pull request #13 from rbhadti94/feature/removing-redundant-code
Browse files Browse the repository at this point in the history
GH-9 Added new versions
  • Loading branch information
rbhadti94 committed Dec 7, 2020
2 parents 0ecaadd + c9e6956 commit 6d72420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testjmeteraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11

- name: Lint all YAML files in the directory
uses: ibiqlik/action-yamllint@master
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Please see https://jmeter.apache.org/usermanual/get-started.html for more inform
# Use JMeter to run the JMX test case and produce reports in the "reports/"
# directory in the workspace.
- name: Run JMeter Tests
uses: rbhadti94/apache-jmeter-action@v0.2.0
uses: rbhadti94/apache-jmeter-action@v0.3.1
with:
testFilePath: tests/sample_test.jmx
outputReportsFolder: reports/

# Use JMeter to run the JMX test case.
# Modify the logging level and pass in some custom properties and config
- name: Run JMeter Tests with modified logging and custom properties
uses: rbhadti94/apache-jmeter-action@v0.2.0
uses: rbhadti94/apache-jmeter-action@v0.3.1
with:
testFilePath: tests/sample_test.jmx
outputReportsFolder: reports/
Expand Down

0 comments on commit 6d72420

Please sign in to comment.