mirror of https://github.com/usbharu/Hideout.git
chore: e2eテスト用にChromeを追加
This commit is contained in:
parent
488659e767
commit
32bb44c8a1
|
@ -51,7 +51,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
build
|
||||
key: gradle-build-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('src') }}-${{ github.sha }}
|
||||
key: gradle-build-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('**/*.kt') }}-${{ github.sha }}
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
|
@ -394,11 +394,15 @@ jobs:
|
|||
- name: Setup Chrome
|
||||
uses: browser-actions/setup-chrome@v1.4.0
|
||||
|
||||
- name: Add Path
|
||||
run: echo ${{ steps.setup-chrome.outputs.chrome-path }} >> $GITHUB_PATH
|
||||
|
||||
- name: E2E Test
|
||||
uses: gradle/gradle-build-action@v2.8.1
|
||||
with:
|
||||
arguments: e2eTest
|
||||
|
||||
|
||||
- name: Save Test Report
|
||||
if: always()
|
||||
uses: actions/cache/save@v3
|
||||
|
|
Loading…
Reference in New Issue