We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf73f3a commit eabba33Copy full SHA for eabba33
.github/workflows/ci.yaml
@@ -8,16 +8,16 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v5
11
+ with:
12
+ submodules: true
13
- name: Setup Java
14
uses: actions/setup-java@v5
15
with:
16
distribution: temurin
17
java-version: 24
- - name: Set Gradle execution rights
- run: chmod +x ./gradlew
18
+ - name: Set execution rights
19
+ run: chmod +x ./gradlew ./helpers/run-each-mc.sh
20
- name: Setup Gradle
21
uses: gradle/actions/setup-gradle@v4
22
- name: Build
- run: ./gradlew assemble
- - name: Check
23
- run: ./gradlew check
+ run: ./helpers/run-each-mc.sh ./gradlew build
0 commit comments