-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mc-1.20.x' into mc-1.21.x
- Loading branch information
Showing
111 changed files
with
3,688 additions
and
1,144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,16 @@ jobs: | |
- name: ⚒️ Build | ||
run: ./gradlew assemble || ./gradlew assemble | ||
|
||
- name: Cache pre-commit | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.cache/pre-commit | ||
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} | ||
|
||
- name: 💡 Lint | ||
uses: pre-commit/[email protected] | ||
run: | | ||
pipx install pre-commit | ||
pre-commit run --show-diff-on-failure --color=always | ||
- name: 🧪 Run tests | ||
run: ./gradlew test validateMixinNames checkChangelog | ||
|
@@ -42,11 +50,6 @@ jobs: | |
- name: 🧪 Run integration tests | ||
run: ./gradlew runGametest | ||
|
||
- name: 🧪 Run client tests | ||
run: ./gradlew runGametestClient # Not checkClient, as no point running rendering tests. | ||
# These are a little flaky on GH actions: its useful to run them, but don't break the build. | ||
continue-on-error: true | ||
|
||
- name: 🧪 Parse test reports | ||
run: ./tools/parse-reports.py | ||
if: ${{ failure() }} | ||
|
@@ -63,9 +66,6 @@ jobs: | |
name: CC-Tweaked | ||
path: ./jars | ||
|
||
- name: 📤 Upload coverage | ||
uses: codecov/codecov-action@v4 | ||
|
||
build-core: | ||
strategy: | ||
fail-fast: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.