Skip to content

[Add] Integration github actions #2

[Add] Integration github actions

[Add] Integration github actions #2

Workflow file for this run

name: ExtDN M2 Unit Tests
on: [ push, pull_request ]
jobs:
unit-tests:
name: Magento 2 Unit Tests
runs-on: ubuntu-latest
env:
MODULE_NAME: GhoSter_OutOfStockAtLast
COMPOSER_NAME: ghoster/module-outofstockatlast
steps:
- uses: actions/checkout@v2
- uses: docker://yireo/github-actions-magento-unit-tests:7.4
env:
MAGENTO_VERSION: '2.4.3'
- uses: docker://yireo/github-actions-magento-unit-tests:8.1
env:
MAGENTO_VERSION: '2.4.4'
- uses: docker://yireo/github-actions-magento-unit-tests:8.1
env:
MAGENTO_VERSION: '2.4.5'
- uses: docker://yireo/github-actions-magento-unit-tests:8.2
env:
MAGENTO_VERSION: '2.4.6'