Skip to content

Commit 19d98fe

Browse files
authored
Delete Magento 2 Integration Tests for v2.4.3
Removed Magento 2 Integration Tests for version 2.4.3.
1 parent 8a4e433 commit 19d98fe

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -88,32 +88,3 @@ jobs:
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

0 commit comments

Comments
 (0)