Skip to content

Commit b7082bd

Browse files
fixup! Use githubactions-php-apache-browsers
1 parent e6d955b commit b7082bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/docker-compose-app-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
environment:
66
CODE_COVERAGE: "${CODE_COVERAGE:-false}"
77
CI: true # Will be used to alter some configuration when running on github vs locally.
8+
PLAYWRIGHT_BROWSERS_PATH: /opt/pw-browsers # Custom browser path to prevent some rights issues.
89
GLPI_BASE_URL: http://localhost:80 # Default URL for GLPI. Used for e2e tests.
910
PHP: php
1011
GLPI_ENVIRONMENT_TYPE: e2e_testing

0 commit comments

Comments
 (0)