Skip to content

Commit

Permalink
Fix copying before directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed May 3, 2023
1 parent bb98247 commit 880a36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ get_addon() {
verify_run_playwright() {
cp -av "$DIR"/tests/testdata/web/* web/
assert [ -f web/index.php ]
cp "$DIR"/tests/testdata/phpinfo.spec.ts test/playwright/tests/phpinfo.spec.ts
ddev install-playwright
cp "$DIR"/tests/testdata/phpinfo.spec.ts test/playwright/tests/phpinfo.spec.ts
health_checks

# Verify noVNC is listening.
Expand Down

0 comments on commit 880a36f

Please sign in to comment.