Skip to content

Commit

Permalink
Update PMM_PXC.yaml
Browse files Browse the repository at this point in the history
run npx dep installation tests
  • Loading branch information
panchal-yash authored Aug 21, 2023
1 parent b6b5a6d commit 8f0f18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/PMM_PXC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:

- 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

- name: Install npx dependencies
run: cd pmm-ui-tests && sudo npx playwright install-deps && npx codeceptjs def pr.codecept.js

- name: Run the Integration tests of PXC
run: ./node_modules/.bin/codeceptjs run tests/qa-integration/pmm_pxc_integration_test.js --steps --debug
Expand Down

0 comments on commit 8f0f18f

Please sign in to comment.