Skip to content

Commit

Permalink
extension mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Jul 10, 2024
1 parent 6bdebd5 commit 809e748
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ on:
- main

jobs:
setup-magento-store:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mage-os/github-actions/setup-magento@main
with:
php-version: 8.1
tools: composer:v2
mode: extension
working-directory: $GITHUB_WORKSPACE
magento_version: 2.4.7
setup-magento-extension:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- run: composer install
name: Composer install
shell: bash
working-directory: ${{ steps.setup-magento.outputs.path }}
- uses: mage-os/github-actions/setup-magento@main
with:
php-version: 8.1
tools: composer:v2
mode: extension
magento_version: 2.4.7

0 comments on commit 809e748

Please sign in to comment.