chore: テストレポートを修正

This commit is contained in:
usbharu 2023-12-03 16:22:06 +09:00
parent 5b2a917bd7
commit b0ff014958
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 3 additions and 0 deletions

View File

@ -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