PMM-7 migrated PMM container components tests to unittest #299
Workflow file for this run
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: pmm2-testsuite pipeline | |
on: | |
# run with default inputs | |
pull_request: | |
jobs: | |
bats-testsuite: | |
uses: Percona-Lab/pmm-submodules/.github/workflows/[email protected] | |
with: | |
server_image: ${{ github.event.inputs.server_image || 'perconalab/pmm-server:dev-latest' }} | |
client_version: ${{ github.event.inputs.client_version || 'dev-latest' }} | |
client_image: ${{ github.event.inputs.client_image || 'perconalab/pmm-client:dev-latest' }} | |
pmm_qa_branch: ${{ github.head_ref || 'main' }} |