trying out GDUnit action and checkout v6
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 14s

This commit is contained in:
2026-01-25 10:18:21 +01:00
parent e50e2c9918
commit b73c1a6dd5
2 changed files with 22 additions and 9 deletions

View File

@@ -17,21 +17,33 @@ env:
jobs:
Export:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:mono-4.5
steps:
- name: Install node, curl and zip
run: |
apt update && apt -y install curl zip nodejs
- name: Checkout with LFS
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
apt update && apt -y install curl zip nodejs
- uses: actions/checkout@v6
with:
checkout-version: 3
lfs: true
# Cache
# - uses: actions/cache@v3
# with:
# path: assets
# key: Assets-${{ hashFiles('**') }}
# restore-keys: |
# Assets-
- name: Import resources and build solution
run: |
godot --headless --editor --build-solutions --quit --import --path $PWD
- uses: godot-gdunit-labs/gdUnit4-action@v1
with:
godot-version: '4.5.1'
godot-net: true
version: 'v6.0.3'
paths: |
res://tests/
timeout: 5
report-name: test_report.xml
- name: Build Windows
run: |