Skip to content

Commit 3583b8e

Browse files
author
Callin Mullaney
committed
fix: adjust favicon generation test
1 parent 1bd842a commit 3583b8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/favicon-smoke.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
1313

1414
(
1515
cd "$fixture_dir"
16-
./vendor/bin/drush php:script "${script_dir}/favicon-smoke.php" -- "$theme_name"
16+
EMULSIFY_FAVICON_THEME="$theme_name" \
17+
./vendor/bin/drush php:eval "require '${script_dir}/favicon-smoke.php';"
1718
)

0 commit comments

Comments
 (0)