Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiy0taka committed Dec 6, 2023
1 parent f4243f7 commit 095210c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/vaddyscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ jobs:
vaddy-proxy-port: "${{ secrets.VADDY_PROXY_PORT }}"
vaddy-fqdn: "${{ secrets[format('{0}{1}', 'VADDY_FQDN_', matrix.vaddy_project)] }}"

- name: "Archive logs"
run: |
docker logs eccube > scan-1-eccube.log
- name: "Upload logs"
uses: actions/upload-artifact@v2
with:
name: scan-1-eccube-log
path: scan-1-eccube.log

- name: "Scan 2"
if: ${{ matrix.command2 != '' }}
uses: ./.github/workflows/vaddy/scan
Expand Down
3 changes: 3 additions & 0 deletions codeception/acceptance/EA03ProductCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ public function product_商品の複製(AcceptanceTester $I)
$I->see('商品を複製しました', ProductEditPage::$登録結果メッセージ);
}

/**
* @group vaddy
*/
public function product_商品の削除(AcceptanceTester $I)
{
$I->wantTo('EA0302-UC05-T03 商品の削除');
Expand Down

0 comments on commit 095210c

Please sign in to comment.