Skip to content

A github action that allows you to install and setup jmeter inside your github actions workflow

License

Notifications You must be signed in to change notification settings

tush-tr/setup-jmeter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-jmeter

A github action that allows you to install and setup jmeter inside your github actions workflow.

How to use in your workflow?

- name: Setup Jmeter
  uses: tush-tr/setup-jmeter@v1.1.0

Example workflow

name: Test Action
on:
  push
jobs:
  test-action:
    runs-on: ubuntu-latest
    steps:
      - name: Setup Jmeter
        uses: tush-tr/setup-jmeter@v1.1.0