Skip to content

Commit

Permalink
Add extra compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 14, 2024
1 parent c8e4c4d commit b7e8868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 21
- name: Compile World Host
run: ./gradlew :${{ matrix.subproject }}:classes
- name: Launch Xvfb
run: screen -d -m Xvfb :1 -screen 0 1920x1080x24
- name: Run tests
Expand Down

0 comments on commit b7e8868

Please sign in to comment.