![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/fooman/printorderpdf-implementation-m2/.github/workflows/ |
name: ExtDN Actions on: [push] 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.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: Fooman_PrintOrderPdf composer_name: fooman/printorderpdf-implementation-m2 ce_version: '2.4.0' magento_pre_install_script: './.github/require-dev-install.sh'