Skip to content

Commit 6a66197

Browse files
committed
Fix env variables.
1 parent 0bf1356 commit 6a66197

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/reusable-codeception-tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: "Codeception tests"
33
on:
44
workflow_call:
55
inputs:
6-
PIMCORE_PROJECT_ROOT:
7-
required: true
8-
type: string
96
APP_ENV:
107
required: true
118
type: string
@@ -25,7 +22,7 @@ jobs:
2522
continue-on-error: ${{ matrix.experimental }}
2623
env:
2724
PIMCORE_TEST_DB_DSN: "mysql://root@127.0.0.1:33006/pimcore_test?serverVersion=${{ matrix.server_version }}"
28-
PIMCORE_PROJECT_ROOT: ${{ inputs.PIMCORE_PROJECT_ROOT }}
25+
PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
2926
APP_ENV: ${{ inputs.APP_ENV }}
3027
PIMCORE_TEST: ${{ inputs.PIMCORE_TEST }}
3128
strategy:

0 commit comments

Comments
 (0)