Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PMM_PDPGSQL.yaml
  • Loading branch information
yurkovychv authored Apr 23, 2025
commit 0c3e4fcda4b85d4c559b851de42ec22a94c2bbf4
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PDPGSQL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: pmm-qa/pmm-tests

- name: Checkout the repo and install node packages
run: git clone https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci
run: git clone -b PMM-7-fix-playwright-tests https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci

- name: Install npx dependencies
run: npx playwright install --with-deps && npx codeceptjs def pr.codecept.js
Expand Down
Loading