Skip to content

Commit eabba33

Browse files
committed
ci: Run CI across all Mincecraft versions
1 parent bf73f3a commit eabba33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v5
11+
with:
12+
submodules: true
1113
- name: Setup Java
1214
uses: actions/setup-java@v5
1315
with:
1416
distribution: temurin
1517
java-version: 24
16-
- name: Set Gradle execution rights
17-
run: chmod +x ./gradlew
18+
- name: Set execution rights
19+
run: chmod +x ./gradlew ./helpers/run-each-mc.sh
1820
- name: Setup Gradle
1921
uses: gradle/actions/setup-gradle@v4
2022
- name: Build
21-
run: ./gradlew assemble
22-
- name: Check
23-
run: ./gradlew check
23+
run: ./helpers/run-each-mc.sh ./gradlew build

0 commit comments

Comments
 (0)