Skip to content

Commit 8313f94

Browse files
committed
Fix
1 parent f87149e commit 8313f94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
3939
restore-keys: |
4040
${{ runner.os }}-gradle-
41+
- name: Grant execute permission for gradlew
42+
run: chmod +x ./gradlew
4143
- name: Run MCreator Test With Plugin
4244
run: xvfb-run -a ./gradlew test --project-prop mcreator_path=2025.2.28610
4345
- name: Test Javadoc Generation

0 commit comments

Comments
 (0)