Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/vaddy/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Setup PHP
uses: nanasess/setup-php@master
with:
php-version: '7.4'
php-version: '8.1'

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
Expand Down Expand Up @@ -113,16 +113,16 @@ runs:
DATABASE_SERVER_VERSION: 14
PGPASSWORD: 'password'
run: |
bin/console eccube:composer:require "ec-cube/recommend42"
bin/console eccube:composer:require "ec-cube/coupon42"
bin/console eccube:composer:require "ec-cube/mailmagazine42"
bin/console eccube:composer:require "ec-cube/salesreport42"
bin/console eccube:composer:require "ec-cube/relatedproduct42"
bin/console eccube:composer:require "ec-cube/securitychecker42"
bin/console eccube:composer:require "ec-cube/productreview42"
bin/console eccube:composer:require "ec-cube/api42"
bin/console eccube:composer:require "ec-cube/sitekit42"
psql eccube_db -h 127.0.0.1 -U postgres -c "select id,name,code,0 as enabled,version,source,0 as initialized,'2021-08-13 00:00:00' as create_date,'2021-08-13 00:00:00' as update_date,discriminator_type from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv
# bin/console eccube:composer:require "ec-cube/recommend42"
# bin/console eccube:composer:require "ec-cube/coupon42"
# bin/console eccube:composer:require "ec-cube/mailmagazine42"
# bin/console eccube:composer:require "ec-cube/salesreport42"
# bin/console eccube:composer:require "ec-cube/relatedproduct42"
# bin/console eccube:composer:require "ec-cube/securitychecker42"
# bin/console eccube:composer:require "ec-cube/productreview42"
# bin/console eccube:composer:require "ec-cube/api42"
# bin/console eccube:composer:require "ec-cube/sitekit42"
# psql eccube_db -h 127.0.0.1 -U postgres -c "select id,name,code,0 as enabled,version,source,0 as initialized,'2021-08-13 00:00:00' as create_date,'2021-08-13 00:00:00' as update_date,discriminator_type from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv

- name: "EC-CUBE: package"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vaddy/scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;"
docker exec -u www-data eccube bin/console eccube:install -n
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ inputs.vaddy-verification-code }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html'
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done'
# docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done'

- name: "VAddy: connect"
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/vaddyscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on: push
jobs:
vaddy:
name: VAddy
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
include:
- vaddy_project: 'ADMIN01'
command1: 'EF06OtherCest:other_当サイトについて'
# - vaddy_project: 'ADMIN01'
# command1: 'EA03ProductCest'
# command2: 'EA05CustomerCest'
Expand Down