-
-
Notifications
You must be signed in to change notification settings - Fork 74
39 lines (36 loc) · 1.21 KB
/
unit.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: ExtDN M2 Unit Tests
on: [ push, pull_request ]
jobs:
unit-tests-mage246:
name: Magento 2 Unit Tests (M 2.4.6)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-unit-tests/8.2@master
env:
MODULE_NAME: EthanYehuda_CronjobManager
COMPOSER_NAME: ethanyehuda/magento2-cronjobmanager
COMPOSER_VERSION: 2
MAGENTO_VERSION: '2.4.6'
unit-tests-mage245:
name: Magento 2 Unit Tests (M 2.4.5)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-unit-tests/8.1@master
env:
MODULE_NAME: EthanYehuda_CronjobManager
COMPOSER_NAME: ethanyehuda/magento2-cronjobmanager
COMPOSER_VERSION: 2
MAGENTO_VERSION: '2.4.5'
unit-tests-mage244:
name: Magento 2 Unit Tests (M 2.4.4)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-unit-tests/8.1@master
env:
MODULE_NAME: EthanYehuda_CronjobManager
COMPOSER_NAME: ethanyehuda/magento2-cronjobmanager
COMPOSER_VERSION: 2
MAGENTO_VERSION: '2.4.4'