Skip to content

Commit

Permalink
Applying suggestions from Bernie
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Mar 11, 2024
1 parent e496d9d commit b8f265a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/ci/files/.env

This file was deleted.

1 change: 0 additions & 1 deletion .github/ci/scripts/setup-environment.sh
Expand Up @@ -5,7 +5,6 @@ set -eu
mkdir -p var/config
mkdir -p bin

cp .github/ci/files/.env .
cp -r .github/ci/files/config/. config
cp -r .github/ci/files/templates/. templates
cp -r .github/ci/files/bin/console bin/console
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeception.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- { php-version: 8.0, database: "mariadb:10.3", dependencies: lowest, experimental: false, require_admin_bundle: false }
- { php-version: 8.1, database: "mariadb:10.11", dependencies: highest, experimental: false, require_admin_bundle: true }
- { php-version: 8.2, database: "mariadb:10.11", dependencies: highest, experimental: false, require_admin_bundle: true }
- { php-version: 8.2, database: "mariadb:10.11", dependencies: highest, pimcore_version: "dev-followup-cli as 11.0.0", experimental: true, require_admin_bundle: true }
- { php-version: 8.2, database: "mariadb:10.11", dependencies: highest, pimcore_version: "11.x-dev as 11.0.0", experimental: true, require_admin_bundle: true }
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- { php-version: "8.0", dependencies: "lowest", require_admin_bundle: false }
- { php-version: "8.1", dependencies: "highest", require_admin_bundle: true }
- { php-version: "8.2", dependencies: "highest", require_admin_bundle: true }
- { php-version: "8.2", dependencies: "highest", pimcore_version: "dev-followup-cli as 11.0.0", phpstan_args: "", experimental: true, require_admin_bundle: true }
- { php-version: "8.2", dependencies: "highest", pimcore_version: "11.x-dev as 11.0.0", phpstan_args: "", experimental: true, require_admin_bundle: true }
steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
Expand Down
3 changes: 3 additions & 0 deletions tests/_bootstrap.php
Expand Up @@ -19,6 +19,9 @@
throw new \Exception('Unknown configuration! Pimcore project root not found, please set env variable PIMCORE_PROJECT_ROOT.');
}

$_ENV['APP_ENV'] = 'test';
$_ENV['APP_DEBUG'] = true;


$pimcoreTestsSupportDir = $pimcoreTestDir . '/Support';

Expand Down

0 comments on commit b8f265a

Please sign in to comment.