Skip to content

Commit

Permalink
Try client tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 26, 2024
1 parent c6322ff commit 7049e9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: /root/.m2/repository/net/fabricmc/

client_test:
runs-on: ubuntu-22.04
runs-on: macos-15
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -45,9 +45,7 @@ jobs:
java-version: '21'
- run: mkdir run && echo "eula=true" >> run/eula.txt
- name: Run Client Gametests
uses: modmuss50/xvfb-action@v1
with:
run: ./gradlew runProductionClientGametest --stacktrace --warning-mode=fail
run: ./gradlew runProductionClientGametest --stacktrace --warning-mode=fail
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 7049e9e

Please sign in to comment.