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 70f5170 commit b03c04a
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: ${{ env.DIRECT_MONGO_SETUP_SCRIPT == '' }}
if: ${{ !contains(env.DIRECT_MONGO_SETUP_SCRIPT, 'psmdb') }}
working-directory: qa-integration/pmm_qa
run: |
mkdir -m 777 -p /tmp/backup_data
Expand Down

0 comments on commit b03c04a

Please sign in to comment.