We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7c4bf commit d9ef6acCopy full SHA for d9ef6ac
.github/workflows/gradle.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Run MCreator Test With Plugin
36
env:
37
MCREATOR_PATH: ${{ github.workspace }}/mcreator
38
- run: ./gradlew test
+ run: xvfb-run -a ./gradlew test
0 commit comments