Skip to content

Commit

Permalink
Use latest version of ExtDN GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Dec 28, 2023
1 parent 8b1a170 commit 7ee8e60
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,33 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://yireo/github-actions-magento-unit-tests:8.2
- 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_MARKETPLACE_USERNAME: ${{env.MAGENTO_MARKETPLACE_USERNAME}}
MAGENTO_MARKETPLACE_PASSWORD: ${{secrets.MAGENTO_MARKETPLACE_PASSWORD}}
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: docker://yireo/github-actions-magento-unit-tests:8.1
- 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_MARKETPLACE_USERNAME: ${{env.MAGENTO_MARKETPLACE_USERNAME}}
MAGENTO_MARKETPLACE_PASSWORD: ${{secrets.MAGENTO_MARKETPLACE_PASSWORD}}
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: docker://yireo/github-actions-magento-unit-tests:8.1
- 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_MARKETPLACE_USERNAME: ${{env.MAGENTO_MARKETPLACE_USERNAME}}
MAGENTO_MARKETPLACE_PASSWORD: ${{secrets.MAGENTO_MARKETPLACE_PASSWORD}}
MAGENTO_VERSION: '2.4.4'

0 comments on commit 7ee8e60

Please sign in to comment.