Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed May 21, 2024
1 parent 00d3d5a commit 9907089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: E2E test for EC-CUBE4 Plugin
on: [workflow_dispatch, pull_request]
env:
PLUGIN_CODE: ResizeImage42
jobs:
selenium:
name: Selenium
Expand Down Expand Up @@ -42,7 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
path: app/Plugin/${{ github.event.repository.name }}
path: app/Plugin/${{ env.PLUGIN_CODE }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup EC-CUBE and Plugin
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: PHPStan
on: [workflow_dispatch, pull_request]
env:
PLUGIN_CODE: ResizeImage42
PLUGIN_BRANCH: 4.2
jobs:
phpstan:
name: PHPStan
Expand Down

0 comments on commit 9907089

Please sign in to comment.