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 fceba55 commit 02db9d4
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 @@ -155,7 +155,7 @@ jobs:
run: ${{ env.DIRECT_MONGO_SETUP_SCRIPT }}

- name: Run Setup for E2E Tests
if: ${{ env.DIRECT_MONGO_SETUP = '' }}
if: ${{ env.DIRECT_MONGO_SETUP == '' }}
working-directory: qa-integration/pmm_qa
run: |
mkdir -m 777 -p /tmp/backup_data
Expand Down

0 comments on commit 02db9d4

Please sign in to comment.