File tree 1 file changed +30
-1
lines changed
1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,35 @@ name: ExtDN M2 Integration Tests
2
2
on : [ push, pull_request ]
3
3
4
4
jobs :
5
+ mage247 :
6
+ name : Magento 2 Integration Tests (Magento v2.4.7)
7
+ runs-on : ubuntu-latest
8
+ services :
9
+ mysql :
10
+ image : mysql:8.0
11
+ env :
12
+ MYSQL_ROOT_PASSWORD : root
13
+ ports :
14
+ - 3306:3306
15
+ options : --tmpfs /tmp:rw --tmpfs /var/lib/mysql:rw --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
16
+ es :
17
+ image : docker.io/wardenenv/elasticsearch:8.1
18
+ ports :
19
+ - 9200:9200
20
+ env :
21
+ ' discovery.type ' : single-node
22
+ ' xpack.security.enabled ' : false
23
+ ES_JAVA_OPTS : " -Xms64m -Xmx512m"
24
+ options : --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
25
+ steps :
26
+ - uses : actions/checkout@v2
27
+ - name : M2 Integration Tests with Magento 2
28
+ uses : extdn/github-actions-m2/magento-integration-tests/8.3@master
29
+ with :
30
+ module_name : GhoSter_ChangeCustomerPassword
31
+ composer_name : ghoster/changecustomerpassword
32
+ ce_version : 2.4.7
33
+
5
34
mage246 :
6
35
name : Magento 2 Integration Tests (Magento v2.4.6)
7
36
runs-on : ubuntu-latest
54
83
steps :
55
84
- uses : actions/checkout@v2
56
85
- name : M2 Integration Tests with Magento 2
57
- uses : extdn/github-actions-m2/magento-integration-tests/8.1 @master
86
+ uses : extdn/github-actions-m2/magento-integration-tests/7.4 @master
58
87
with :
59
88
module_name : GhoSter_ChangeCustomerPassword
60
89
composer_name : ghoster/changecustomerpassword
You can’t perform that action at this time.
0 commit comments