Skip to content

Commit

Permalink
Fix codeception path
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Nov 7, 2023
1 parent 2e1c819 commit 3a4ef71
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 3a4ef71

Please sign in to comment.