Skip to content

Commit

Permalink
Maybe this is a better way to go.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 26, 2024
1 parent 08fa3d4 commit 5d1327e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 134 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ jobs:
apt update
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tracy-capture sudo xvfb
mkdir run && echo "eula=true" >> run/eula.txt
tracy-capture -o profile.tracy -a 127.0.0.1 > profile.log 2>&1 &
- name: Run Client Gametests
uses: modmuss50/xvfb-action@v1
with:
run: ./gradlew runProductionClientGametest --stacktrace --warning-mode=fail
- run: cat profile.log
- uses: actions/upload-artifact@v4
if: always()
with:
Expand All @@ -62,7 +64,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Test Trace
path: run/profile.tracy
path: profile.tracy

server_test:
runs-on: ubuntu-22.04
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@
"accessWidener": "fabric-client-gametest-api-v1.accesswidener",
"custom": {
"fabric-api:module-lifecycle": "experimental"
},
"entrypoints": {
"preLaunch": [
"net.fabricmc.fabric.impl.client.gametest.tracy.TracyEntrypoint"
]
}
}

0 comments on commit 5d1327e

Please sign in to comment.