testing ci
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 37s
Create tag and build when new code gets to main / Export (push) Failing after 2m18s
Create tag and build when new code gets to main / Test (push) Successful in 6m42s

This commit is contained in:
2026-01-28 09:53:22 +01:00
parent af1f6da98d
commit 405e487881

View File

@@ -8,6 +8,7 @@ on:
- "**" - "**"
env: env:
GODOT_VERSION: 4.6
GAME_NAME: MovementTests GAME_NAME: MovementTests
ITCHIO_USERNAME: Minimata ITCHIO_USERNAME: Minimata
ITCHIO_GAMEID: MovementTests ITCHIO_GAMEID: MovementTests
@@ -68,7 +69,7 @@ jobs:
- name: Run tests - name: Run tests
uses: godot-gdunit-labs/gdUnit4-action@v1 uses: godot-gdunit-labs/gdUnit4-action@v1
with: with:
godot-version: '4.6' godot-version: ${GODOT_VERSION}
godot-net: true godot-net: true
godot-force-mono: true godot-force-mono: true
dotnet-version: 'net9.0' dotnet-version: 'net9.0'
@@ -147,6 +148,10 @@ jobs:
# run: | # run: |
# godot --headless --editor --build-solutions --quit --import --path $PWD # godot --headless --editor --build-solutions --quit --import --path $PWD
- name: Setup export templates
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Build Windows - name: Build Windows
run: | run: |
mkdir -v -p build/windows mkdir -v -p build/windows