We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d9673 commit 83664c6Copy full SHA for 83664c6
.github/workflows/gradle.yml
@@ -25,9 +25,12 @@ jobs:
25
- name: Build with Gradle
26
run: ./gradlew build
27
28
- - name: Run Test Server
+ - name: Run Test Servers
29
timeout-minutes: 5
30
- run: ./gradlew runAutoTestServer
+ run: |
31
+ ./gradlew fabric:runGametestServer &
32
+ ./gradlew neoforge:runGametestServer &
33
+ wait
34
35
- name: Upload Build Artifacts
36
uses: actions/upload-artifact@v4
.github/workflows/pull_request.yml
@@ -25,6 +25,9 @@ jobs:
0 commit comments