Skip to content

Commit

Permalink
Update runner-e2e-tests-codeceptjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv authored May 6, 2024
1 parent 2ad7cfe commit e983a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
CLIENT_DOCKER_VERSION: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:3-dev-latest' }}
PMM_CLIENT_VERSION: ${{ inputs.pmm_client_version || '3-dev-latest' }}
WIZARD_ARGS: ${{ inputs.setup_services || '' }}
DIRECT_MONGO_SETUP_SCRIPT: ${{ inputs.direct_mongo_setup || '' }}
DIRECT_MONGO_SETUP_SCRIPT: ${{ inputs.direct_mongo_setup_script || '' }}
TAGS_FOR_TESTS: ${{ inputs.tags_for_tests || '@settings-fb' }}


Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Run PSMDB direct setup script
if: ${{ env.DIRECT_MONGO_SETUP_SCRIPT != '' }}
working-directory: qa-integration/pmm_psmdb-pbm_setup
run: ${{ env.DIRECT_MONGO_SETUP_SCRIPT }}
run: bash ${{ env.DIRECT_MONGO_SETUP_SCRIPT }}

- name: Run Setup for E2E Tests
if: ${{ env.DIRECT_MONGO_SETUP == '' }}
Expand Down

0 comments on commit e983a00

Please sign in to comment.