mirror of https://github.com/usbharu/Hideout.git
chore: テストレポートを修正
This commit is contained in:
parent
96196cf7ba
commit
3676961a40
|
@ -116,6 +116,7 @@ jobs:
|
||||||
arguments: test
|
arguments: test
|
||||||
|
|
||||||
- name: Save Test Report
|
- name: Save Test Report
|
||||||
|
if: always()
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: build/test-results
|
path: build/test-results
|
||||||
|
@ -179,6 +180,7 @@ jobs:
|
||||||
arguments: integrationTest
|
arguments: integrationTest
|
||||||
|
|
||||||
- name: Save Test Report
|
- name: Save Test Report
|
||||||
|
if: always()
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: build/test-results
|
path: build/test-results
|
||||||
|
@ -395,6 +397,7 @@ jobs:
|
||||||
arguments: e2eTest
|
arguments: e2eTest
|
||||||
|
|
||||||
- name: Save Test Report
|
- name: Save Test Report
|
||||||
|
if: always()
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: build/test-results
|
path: build/test-results
|
||||||
|
|
Loading…
Reference in New Issue