From aa6ac5991aa1fea8f52bccebdd95227969bf5ba1 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 7 Nov 2023 12:01:48 +0100 Subject: [PATCH] Fix codeception path --- .github/workflows/codeception.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index bce8e13..20f734a 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -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