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 e983a00 commit d7d7ff4
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 == '' }}
if: ${{ env.DIRECT_MONGO_SETUP_SCRIPT == '' }}
working-directory: qa-integration/pmm_qa
run: |
mkdir -m 777 -p /tmp/backup_data
Expand Down

0 comments on commit d7d7ff4

Please sign in to comment.