Skip to content

Remove IsProductExistingInterface #13

Remove IsProductExistingInterface

Remove IsProductExistingInterface #13

Workflow file for this run

name: Integration Tests
on:
pull_request:
push:
branches:
- "main"
jobs:
integration-tests:
name: Module Integration Test
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: root
ports:
- 3306:3306
options: --tmpfs /tmp:rw --tmpfs /var/lib/mysql:rw --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
es:
image: docker.io/wardenenv/elasticsearch:7.8
ports:
- 9200:9200
env:
'discovery.type': single-node
'xpack.security.enabled': false
ES_JAVA_OPTS: "-Xms64m -Xmx512m"
options: --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 (Php7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
with:
module_name: JBrada_AdminDocumentProductLinks
composer_name: jbrada/module-admin-document-product-links
composer_version: 2
ce_version: '2.4.3-p1'
magento_pre_install_script: .github/workflows/integration/pre-install.sh
phpunit_file: .github/workflows/integration/phpunit.xml