Skip to content

Commit

Permalink
USE FUll path for PS_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
panchal-yash committed Sep 1, 2023
1 parent e3d51eb commit f1b6322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: sudo pmm-admin config --server-insecure-tls --server-url=https://admin:admin@localhost:443

- name: Run for PS tests
run: ./pmm-framework.sh --ps-version ${{ env.PS_VERSION }} --setup-pmm-ps-integration --pmm2 --ps-tarball ${{ env.PS_TARBALL_PATH }} --query-source=slowlog
run: ./pmm-framework.sh --ps-version ${{ env.PS_VERSION_FULL }} --setup-pmm-ps-integration --pmm2 --ps-tarball ${{ env.PS_TARBALL_PATH }} --query-source=slowlog
working-directory: pmm-qa/pmm-tests

- name: Install Node js
Expand Down

0 comments on commit f1b6322

Please sign in to comment.