Skip to content

BP- 2132 BP-2813 clean refactor push & redirect #541

BP- 2132 BP-2813 clean refactor push & redirect

BP- 2132 BP-2813 clean refactor push & redirect #541

Workflow file for this run

name: M2 Integration Tests
on:
push:
branches:
- master
pull_request:
jobs:
integration-tests:
name: Magento 2 Integration Tests
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.16
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 (Php 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: Buckaroo_Magento2
composer_name: buckaroo/magento2
ce_version: '2.4.4'