fuck tests I guess

This commit is contained in:
2026-01-27 19:04:34 +01:00
parent 2678cac0e6
commit 5684561b66
3 changed files with 27 additions and 25 deletions

View File

@@ -129,18 +129,10 @@ jobs:
# git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
# git lfs pull
# GDUnit action replacement while waiting for 4.6 support
# Replacement while waiting for 4.6 support
- name: Import resources and build solution
run: |
godot --headless --editor --build-solutions --quit --import --path $PWD
- name: Run tests
run: |
godot --headless --path "$PWD" -s -d addons/gdUnit4/bin/GdUnitCmdTool.gd -a ./test -rd ./test/reports --ignoreHeadlessMode
- name: Upload test report
uses: actions/upload-artifact@v3-node20
with:
name: Test Report
path: ${{ github.workspace }}/reports/test-result.html
- name: Remove GDUnit addon folder because it breaks the build
run: |