Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Jun 11, 2024
1 parent 2d0403f commit cddc622
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI/CD for EC-CUBE4 Plugin
on: [ workflow_dispatch, pull_request ]

env:
PLUGIN_CODE: ResizeImage42
PACKAGE_NAME: 'ec-cube/resizeimage42'
WORKING_DIRECTORY: 'ec-cube'
APP_ENV: 'test'
APP_DEBUG: 0
PLUGIN_PACKAGE_NAME: 'ec-cube/resizeimage42'

jobs:
phpunit:
name: PHPUnit
Expand Down Expand Up @@ -72,8 +71,8 @@ jobs:

- uses: kurozumi/eccube-ci-action@v1
with:
plugin-code: 'ResizeImage42'
plugin-package-name: 'ec-cube/resizeimage42'
plugin-code: ${{ env.PLUGIN_CODE }}
plugin-package-name: ${{ env.PLUGIN_PACKAGE_NAME }}
eccube-versions: ${{ matrix.eccube-versions }}
php-versions: ${{ matrix.php-versions }}
database-url: ${{ matrix.database_url }}
Expand Down

0 comments on commit cddc622

Please sign in to comment.