mirror of https://github.com/usbharu/Hideout.git
chore: e2eテストのチェックを修正
This commit is contained in:
parent
b5872e5c76
commit
96196cf7ba
|
@ -234,7 +234,7 @@ jobs:
|
|||
- name: Run Kover
|
||||
uses: gradle/gradle-build-action@v2.8.1
|
||||
with:
|
||||
arguments: koverXmlReport -x integrationTest
|
||||
arguments: koverXmlReport -x integrationTest -x e2eTest
|
||||
|
||||
- name: Add coverage report to PR
|
||||
if: always()
|
||||
|
@ -268,6 +268,12 @@ jobs:
|
|||
path: build/test-results
|
||||
key: integration-test-report-${{ github.sha }}
|
||||
|
||||
- name: Restore Test Report
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: build/test-results
|
||||
key: e2e-test-report-${{ github.sha }}
|
||||
|
||||
- name: JUnit Test Report
|
||||
uses: mikepenz/action-junit-report@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue