Finalizing workflows
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Failing after 27s
Create tag and build when new code gets to main / Export (push) Has been skipped
Create tag and build when new code gets to main / Test (push) Failing after 19m23s

This commit is contained in:
2026-01-25 19:59:37 +01:00
parent bed7437893
commit 5ab1589609
3 changed files with 178 additions and 69 deletions

View File

@@ -17,16 +17,10 @@ env:
jobs:
Export:
runs-on: ubuntu-latest
steps:
- name: Install node, xvfb, curl and zip
- name: Install node, xvfb and curl
run: |
apt update && apt -y install curl zip nodejs xvfb
# - name: Checkout with LFS
# uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
# with:
# checkout-version: 3
apt update && apt -y install curl nodejs xvfb
- name: Checkout
uses: actions/checkout@v6
@@ -42,11 +36,6 @@ jobs:
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
git lfs pull
# - name: Setup dotnet
# uses: actions/setup-dotnet@v5
# with:
# dotnet-version: '9.0.x'
- name: Launch Godot
uses: godot-gdunit-labs/gdUnit4-action@v1
@@ -69,9 +58,4 @@ jobs:
uses: actions/upload-artifact@v3-node20
with:
name: Test Report
path: ${{ github.workspace }}/reports/test-result.html
- name: Build Windows
run: |
mkdir -v -p build/windows
/home/runner/godot-linux/godot --headless --verbose --build-solutions --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
path: ${{ github.workspace }}/reports/test-result.html