mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
chore: テストレポートを修正
This commit is contained in:
@@ -116,6 +116,7 @@ jobs:
|
||||
arguments: test
|
||||
|
||||
- name: Save Test Report
|
||||
if: always()
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: build/test-results
|
||||
@@ -179,6 +180,7 @@ jobs:
|
||||
arguments: integrationTest
|
||||
|
||||
- name: Save Test Report
|
||||
if: always()
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: build/test-results
|
||||
@@ -395,6 +397,7 @@ jobs:
|
||||
arguments: e2eTest
|
||||
|
||||
- name: Save Test Report
|
||||
if: always()
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: build/test-results
|
||||
|
||||
Reference in New Issue
Block a user