Skip to content

Commit

Permalink
Add unit, DEV-367
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Feb 12, 2024
1 parent 9a492bf commit 812a070
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 812a070

Please sign in to comment.