Compare commits

...

1 Commits

Author SHA1 Message Date
5227fedf15 trying to fix CI
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 19s
Create tag and build when new code gets to main / Export (push) Successful in 6m2s
Create tag and build when new code gets to main / Test (push) Failing after 8m46s
2026-02-22 17:13:51 +01:00

View File

@@ -9,6 +9,7 @@ on:
env:
GODOT_VERSION: 4.6
DOTNET_VERSION: 'net9.0'
GAME_NAME: MovementTests
ITCHIO_USERNAME: Minimata
ITCHIO_GAMEID: MovementTests
@@ -45,20 +46,35 @@ jobs:
steps:
- name: Checkout with LFS
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
- name: Run tests
uses: godot-gdunit-labs/gdUnit4-action@v1
- name: Setup Godot
id: setup-godot
uses: https://git.game-dev.space/minimata/setup-godot.git@main
with:
godot-version: ${GODOT_VERSION}
godot-net: true
godot-force-mono: true
dotnet-version: 'net9.0'
paths: |
res://tests/
publish-report: false
upload-report: false
console-verbosity: 'normal'
arguments: "--verbose --headless --import"
dotnet-version: ${DOTNET_VERSION}
- name: Run C# Tests
env:
GODOT_BIN: ${{ steps.setup-godot.outputs.godot_bin }}
shell: bash
run: |
dotnet test --no-build --settings .runsettings --results-directory ./reports --logger "console;verbosity=normal" --logger "trx;LogFileName=results.xml" -- GdUnit4.Parameters="--verbose --headless --import"
# - name: Run tests
# uses: godot-gdunit-labs/gdUnit4-action@v1
# with:
# godot-version: ${GODOT_VERSION}
# godot-net: true
# godot-force-mono: true
# dotnet-version: ${DOTNET_VERSION}
# paths: |
# res://tests/
# publish-report: false
# upload-report: false
# console-verbosity: 'normal'
# arguments: "--verbose --headless --import"
- name: Upload test report
uses: actions/upload-artifact@v3-node20
@@ -79,8 +95,8 @@ jobs:
id: setup-godot
uses: https://git.game-dev.space/minimata/setup-godot.git@main
with:
godot-version: '4.6'
dotnet-version: 'net9.0'
godot-version: ${GODOT_VERSION}
dotnet-version: ${DOTNET_VERSION}
- name: Remove GDUnit addon
run: |