Skip to content

Commit

Permalink
PMM-13228 tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Jul 10, 2024
1 parent 4f9fe9a commit 54b50a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: sudo bash -x pmm-tests/pmm2-client-setup.sh --pmm_server_ip 192.168.0.1 --client_version ${{ env.PMM_CLIENT_VERSION }} --admin_password ${{ env.ADMIN_PASSWORD }} --use_metrics_mode no

- name: Compare FullCommit for pmm-server and pmm-client
if: contains(inputs.pmm_server_image, 'dev-latest') && contains(inputs.pmm_client_version, 'dev-latest')
if: ${{ contains(inputs.pmm_server_image, 'dev-latest') && contains(inputs.pmm_client_version, 'dev-latest') }}
shell: bash
run: |
local_version=$(pmm-admin version --json)
Expand Down

0 comments on commit 54b50a6

Please sign in to comment.