From 812a07006bad5689807365cd8c429b3fb8890fde Mon Sep 17 00:00:00 2001 From: Iman Aboheydary Date: Mon, 12 Feb 2024 11:51:37 +0100 Subject: [PATCH] Add unit, DEV-367 --- .github/workflows/unit-test.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/unit-test.yml diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml new file mode 100644 index 0000000..c4482c2 --- /dev/null +++ b/.github/workflows/unit-test.yml @@ -0,0 +1,20 @@ +name: ExtDN Actions +on: [push] +jobs: + unit-tests: + name: Magento 2 Unit Tests + runs-on: ubuntu-latest + env: + MODULE_NAME: CustomGento_YouTubeNoCookie + COMPOSER_NAME: customgento/module-youtube-no-cookie-m2 + steps: + - uses: actions/checkout@v4 + - uses: extdn/github-actions-m2/magento-unit-tests/7.3@master + env: + MAGENTO_VERSION: '2.3.4' + - uses: extdn/github-actions-m2/magento-unit-tests/7.3@master + env: + MAGENTO_VERSION: '2.3.5-p2' + - uses: extdn/github-actions-m2/magento-unit-tests/7.4@master + env: + MAGENTO_VERSION: '2.4.0'