Skip to content

PMM-7: Fix Upgrade #5920

PMM-7: Fix Upgrade

PMM-7: Fix Upgrade #5920

Workflow file for this run

# This workflow will do a clean install of node dependencies and run lint tests
name: CI
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: percona-platform/checkout@v2
- name: Use Node.js 16.x
uses: percona-platform/setup-node@v2
with:
node-version: 16.x
- name: Install Dependencies
run: npm ci
- name: Run lint:tests
run: npm run lint:tests
e2e_matrix_tests:
name: e2e matrix tests
uses: percona/pmm-qa/.github/workflows/e2e-tests-matrix.yml@main
with:
sha: 'null'
pmm_ui_tests_branch: ${{ github.head_ref }}

Check failure on line 29 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 29, Col: 28): Invalid input, pmm_ui_tests_branch is not defined in the referenced workflow.
pmm_qa_branch: 'main'
pmm_server_image: 'perconalab/pmm-server:3-dev-latest'
pmm_client_image: 'perconalab/pmm-client:3-dev-latest'
pmm_client_version: '3-dev-latest'