Skip to content

Commit d9ef6ac

Browse files
committed
Fix
1 parent bb7c4bf commit d9ef6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run MCreator Test With Plugin
3636
env:
3737
MCREATOR_PATH: ${{ github.workspace }}/mcreator
38-
run: ./gradlew test
38+
run: xvfb-run -a ./gradlew test

0 commit comments

Comments
 (0)