File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 module_name : GhoSter_OutOfStockAtLast
8989 composer_name : ghoster/module-outofstockatlast
9090 ce_version : 2.4.4
91-
92- mage24 :
93- name : Magento 2 Integration Tests (Magento v2.4.3)
94- runs-on : ubuntu-latest
95- services :
96- mysql :
97- image : mysql:8.0
98- env :
99- MYSQL_ROOT_PASSWORD : root
100- ports :
101- - 3306:3306
102- options : --tmpfs /tmp:rw --tmpfs /var/lib/mysql:rw --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
103- es :
104- image : docker.io/wardenenv/elasticsearch:7.10
105- ports :
106- - 9200:9200
107- env :
108- ' discovery.type ' : single-node
109- ' xpack.security.enabled ' : false
110- ES_JAVA_OPTS : " -Xms64m -Xmx512m"
111- options : --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
112- steps :
113- - uses : actions/checkout@v2
114- - name : M2 Integration Tests with Magento 2
115- uses : extdn/github-actions-m2/magento-integration-tests/7.4@master
116- with :
117- module_name : GhoSter_OutOfStockAtLast
118- composer_name : ghoster/module-outofstockatlast
119- ce_version : 2.4.3
You can’t perform that action at this time.
0 commit comments