mirror of
https://github.com/FabricMC/fabric-loom.git
synced 2025-09-06 13:43:10 +00:00
Update wrapper validation task
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: gradle/wrapper-validation-action@v1
|
- uses: gradle/wrapper-validation-action@v2
|
||||||
|
|
||||||
# Generate the build number based on tags to allow per branch build numbers, not something github provides by default.
|
# Generate the build number based on tags to allow per branch build numbers, not something github provides by default.
|
||||||
- name: Generate build number
|
- name: Generate build number
|
||||||
|
4
.github/workflows/test-push.yml
vendored
4
.github/workflows/test-push.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: gradle/wrapper-validation-action@v1
|
- uses: gradle/wrapper-validation-action@v2
|
||||||
- run: gradle build check -x test --stacktrace --warning-mode fail
|
- run: gradle build check -x test --stacktrace --warning-mode fail
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- uses: gradle/wrapper-validation-action@v1
|
- uses: gradle/wrapper-validation-action@v2
|
||||||
- run: ./gradlew build check -x test --stacktrace --warning-mode fail
|
- run: ./gradlew build check -x test --stacktrace --warning-mode fail
|
||||||
|
|
||||||
# This job is used to feed the test matrix of next job to allow the tests to run in parallel
|
# This job is used to feed the test matrix of next job to allow the tests to run in parallel
|
||||||
|
Reference in New Issue
Block a user