mirror of https://github.com/usbharu/Hideout.git
chore(deps): update gradle/gradle-build-action action to v3.4.0
This commit is contained in:
parent
6fa3d1cd1c
commit
c61cacc915
|
@ -59,7 +59,7 @@ jobs:
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: gradle/gradle-build-action@v3.3.2
|
uses: gradle/gradle-build-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
arguments: :hideout-core:testClasses
|
arguments: :hideout-core:testClasses
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ jobs:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
uses: gradle/gradle-build-action@v3.3.2
|
uses: gradle/gradle-build-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
arguments: :hideout-core:test
|
arguments: :hideout-core:test
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ jobs:
|
||||||
mongodb-version: latest
|
mongodb-version: latest
|
||||||
|
|
||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
uses: gradle/gradle-build-action@v3.3.2
|
uses: gradle/gradle-build-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
arguments: :hideout-core:integrationTest
|
arguments: :hideout-core:integrationTest
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ jobs:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Run Kover
|
- name: Run Kover
|
||||||
uses: gradle/gradle-build-action@v3.3.2
|
uses: gradle/gradle-build-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
arguments: :hideout-core:koverXmlReport -x :hideout-core:integrationTest -x :hideout-core:e2eTest --rerun-tasks
|
arguments: :hideout-core:koverXmlReport -x :hideout-core:integrationTest -x :hideout-core:e2eTest --rerun-tasks
|
||||||
|
|
||||||
|
@ -399,7 +399,7 @@ jobs:
|
||||||
run: echo ${{ steps.setup-chrome.outputs.chrome-path }} >> $GITHUB_PATH
|
run: echo ${{ steps.setup-chrome.outputs.chrome-path }} >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: E2E Test
|
- name: E2E Test
|
||||||
uses: gradle/gradle-build-action@v3.3.2
|
uses: gradle/gradle-build-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
arguments: :hideout-core:e2eTest
|
arguments: :hideout-core:e2eTest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue