Skip to content

Commit

Permalink
Fix matrix.group
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jul 13, 2022
1 parent c388b51 commit fc95c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
php: [ 7.4 ]
db: [ pgsql ]
group: [ 'admin01', 'admin02', 'admin03', 'front', 'restrict-file-upload', 'installer' ]
group: [ 'admin01', 'admin02', 'admin03', 'front', 'restrict-fileupload', 'installer' ]
include:
- db: pgsql
database_url: postgres://postgres:[email protected]:5432/eccube_db
Expand All @@ -34,7 +34,7 @@ jobs:
app_env: 'codeception'
- group: 'front'
app_env: 'codeception'
- group: 'restrict-file-upload'
- group: 'restrict-fileupload'
app_env: 'codeception'
- group: 'installer'
app_env: 'install'
Expand Down

0 comments on commit fc95c50

Please sign in to comment.