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 99b21d4 commit a5111feCopy full SHA for a5111fe
.github/workflows/reusable-codeception-tests.yaml
@@ -2,6 +2,14 @@ name: "Codeception tests"
2
3
on:
4
workflow_call:
5
+ inputs:
6
+ workflow_id:
7
+ PIMCORE_PROJECT_ROOT:
8
+ required: true
9
+ APP_ENV:
10
11
+ PIMCORE_TEST:
12
13
secrets:
14
COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN:
15
required: true
@@ -15,6 +23,9 @@ jobs:
23
continue-on-error: ${{ matrix.experimental }}
16
24
env:
17
25
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test?serverVersion=${{ matrix.server_version }}"
26
+ PIMCORE_PROJECT_ROOT: ${{ inputs.PIMCORE_PROJECT_ROOT }}
27
+ APP_ENV: ${{ inputs.APP_ENV }}
28
+ PIMCORE_TEST: ${{ inputs.PIMCORE_TEST }}
18
29
strategy:
19
30
matrix:
20
31
include:
0 commit comments