Skip to content

Commit

Permalink
re-activate storefront tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Apr 26, 2024
1 parent aa02e0e commit f82a323
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2', '8.3' ]
php-versions: [ '8.2', '8.3' ]

name: Code linting (PHP ${{ matrix.php-versions }})
steps:
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2' , '8.3']
php-versions: [ '8.2' , '8.3' ]
shopware-versions: [
'6.6.0.3',
'6.6.1.1',
Expand Down Expand Up @@ -68,15 +68,15 @@ jobs:
cd shopware
./bin/console system:install --basic-setup
# - name: Install administration dependencies
# run: |
# cd shopware/vendor/shopware/administration/Resources/app/administration
# npm i
#
# - name: Install storefront dependencies
# run: |
# cd shopware/vendor/shopware/storefront/Resources/app/storefront
# npm i
- name: Install administration dependencies
run: |
cd shopware/vendor/shopware/administration/Resources/app/administration
npm i
- name: Install storefront dependencies
run: |
cd shopware/vendor/shopware/storefront/Resources/app/storefront
npm i
- name: Install test dependencies for SW
run: |
Expand All @@ -88,8 +88,8 @@ jobs:
run: |
cd plugin-shopware-6
composer install --no-interaction
# cd src/Resources/app/storefront
# npm ci
cd src/Resources/app/storefront
npm ci
- name: Install plugin
run: |
Expand All @@ -104,7 +104,7 @@ jobs:
cd shopware/custom/plugins/plugin-shopware-6
SYMFONY_DEPRECATIONS_HELPER=disabled composer test
# - name: Run storefront Jest test suite
# run: |
# cd shopware/custom/plugins/plugin-shopware-6/src/Resources/app/storefront
# npm run test
- name: Run storefront Jest test suite
run: |
cd shopware/custom/plugins/plugin-shopware-6/src/Resources/app/storefront
npm run test

0 comments on commit f82a323

Please sign in to comment.