Skip to content

Commit

Permalink
Merge pull request #18 from dachcom-digital/test_fix
Browse files Browse the repository at this point in the history
fix PIMCORE_CLASS_DIRECTORY path
  • Loading branch information
solverat committed Oct 24, 2023
2 parents 97100f4 + ea4bc70 commit d677418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeception.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
APP_ENV: test
PIMCORE_TEST_DB_DSN: "mysql://test:test@127.0.0.1:3306/dachcom_bundle_test"
PIMCORE_TEST_URL: "http://localhost"
PIMCORE_CLASS_DIRECTORY: "${{ github.workspace }}/lib/test-bundle/tests/_output/var/classes/DataObject"
PIMCORE_CLASS_DIRECTORY: "${{ github.workspace }}/lib/test-bundle/tests/_output/var/classes"

SYMFONY_DEPRECATIONS_HELPER: "weak"
PIMCORE_PHP_ERROR_REPORTING: 32767
Expand Down

0 comments on commit d677418

Please sign in to comment.