We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf1356 commit 6a66197Copy full SHA for 6a66197
.github/workflows/reusable-codeception-tests.yaml
@@ -3,9 +3,6 @@ name: "Codeception tests"
3
on:
4
workflow_call:
5
inputs:
6
- PIMCORE_PROJECT_ROOT:
7
- required: true
8
- type: string
9
APP_ENV:
10
required: true
11
type: string
@@ -25,7 +22,7 @@ jobs:
25
22
continue-on-error: ${{ matrix.experimental }}
26
23
env:
27
24
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 }}
+ PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
29
APP_ENV: ${{ inputs.APP_ENV }}
30
PIMCORE_TEST: ${{ inputs.PIMCORE_TEST }}
31
strategy:
0 commit comments