Skip to content

Sets up Percona Toolkit in your GitHub Actions workflow.

License

Notifications You must be signed in to change notification settings

RobertoGraham/setup-percona-toolkit

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

Set up Percona Toolkit

This is a GitHub Action that sets up Percona Toolkit in your GitHub Actions workflow by:

Usage

This Action is currently only tested on the ubuntu-latest GitHub-hosted runner, but you may choose to run it on any other GitHub-hosted or self-hosted runner.

The default configuration installs Product Version 3.7.0 of Percona Toolkit:

- name: Set up Percona Toolkit
  uses: RobertoGraham/[email protected]

A specific Product Version of Percona Toolkit can be installed:

- name: Set up Percona Toolkit
  uses: RobertoGraham/[email protected]
  with:
    product-version: '3.6.0'