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 b864e66 commit 22cb04a
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 @@ -154,7 +154,7 @@ jobs:
run: bash ${{ env.DIRECT_MONGO_SETUP_SCRIPT }}

- name: Run Setup for E2E Tests
if: ${{ !contains(env.DIRECT_MONGO_SETUP_SCRIPT, 'psmdb') }}
if: ${{ !contains(env.WIZARD_ARGS, 'psmdb') }}
working-directory: qa-integration/pmm_qa
run: |
mkdir -m 777 -p /tmp/backup_data
Expand Down

0 comments on commit 22cb04a

Please sign in to comment.