File tree 3 files changed +16
-7
lines changed
ci/files/config/packages/test
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ doctrine:
29
29
parameters :
30
30
pimcore_test.db.dsn : ' %env(PIMCORE_TEST_DB_DSN)%'
31
31
env(PIMCORE_TEST_DB_DSN) : ~
32
- pimcore.encryption.secret : ' def00000fc1e34a17a03e2ef85329325b0736a5941633f8062f6b0a1a20f416751af119256bea0abf83ac33ef656b3fff087e1ce71fa6b8810d7f854fe2781f3fe4507f6 '
33
-
32
+ pimcore.encryption.secret : ' %env(PIMCORE_ENCRYPTION_SECRET)% '
33
+
34
34
pimcore_open_search_client :
35
35
clients :
36
36
default :
@@ -46,6 +46,9 @@ pimcore_elasticsearch_client:
46
46
ssl_verification : false
47
47
48
48
pimcore :
49
+ product_registration :
50
+ instance_identifier : ' %env(PIMCORE_INSTANCE_IDENTIFIER)%'
51
+ product_key : ' %env(PIMCORE_PRODUCT_KEY)%'
49
52
assets :
50
53
metadata :
51
54
predefined :
@@ -74,4 +77,4 @@ pimcore:
74
77
type : date
75
78
test-checkbox :
76
79
name : ' testCheckbox'
77
- type : checkbox
80
+ type : checkbox
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: "Codeception Tests with Elasticsearch"
2
2
3
3
on :
4
4
# Enable Later.
5
- # schedule:
6
- # - cron: '0 3 * * 1,3,5'
5
+ schedule :
6
+ - cron : ' 0 3 * * 1,3,5'
7
7
pull_request :
8
8
branches :
9
9
- " [0-9]+.[0-9]+"
21
21
PIMCORE_TEST_DB_DSN : " mysql://root@127.0.0.1:33006/pimcore_test"
22
22
PIMCORE_ELASTIC_SEARCH_HOST : " localhost:5300"
23
23
CODECEPTION_BUNDLE_PATH : " bundles/pimcore/generic-data-index-bundle/"
24
+ PIMCORE_INSTANCE_IDENTIFIER : ${{ secrets.PIMCORE_CI_INSTANCE_IDENTIFIER }}
25
+ PIMCORE_ENCRYPTION_SECRET : ${{ secrets.PIMCORE_CI_ENCRYPTION_SECRET }}
26
+ PIMCORE_PRODUCT_KEY : ${{ secrets.PIMCORE_CI_PRODUCT_KEY }}
24
27
25
28
jobs :
26
29
codeception-tests :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: "Codeception Tests with OpenSearch"
2
2
3
3
on :
4
4
# Enable Later.
5
- # schedule:
6
- # - cron: '0 3 * * 1,3,5'
5
+ schedule :
6
+ - cron : ' 0 3 * * 1,3,5'
7
7
pull_request :
8
8
branches :
9
9
- " [0-9]+.[0-9]+"
21
21
PIMCORE_TEST_DB_DSN : " mysql://root@127.0.0.1:33006/pimcore_test"
22
22
PIMCORE_OPEN_SEARCH_HOST : " localhost:39200"
23
23
CODECEPTION_BUNDLE_PATH : " bundles/pimcore/generic-data-index-bundle/"
24
+ PIMCORE_INSTANCE_IDENTIFIER : ${{ secrets.PIMCORE_CI_INSTANCE_IDENTIFIER }}
25
+ PIMCORE_ENCRYPTION_SECRET : ${{ secrets.PIMCORE_CI_ENCRYPTION_SECRET }}
26
+ PIMCORE_PRODUCT_KEY : ${{ secrets.PIMCORE_CI_PRODUCT_KEY }}
24
27
25
28
jobs :
26
29
codeception-tests :
You can’t perform that action at this time.
0 commit comments