everything should work fine now
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 26s
Create tag and build when new code gets to main / Test (push) Successful in 8m7s
Create tag and build when new code gets to main / Export (push) Successful in 7m13s

This commit is contained in:
2026-01-26 09:26:54 +01:00
parent 148aea9bb4
commit d79ca44972
2 changed files with 76 additions and 79 deletions

View File

@@ -37,7 +37,7 @@ jobs:
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
git lfs pull
- name: Launch Godot
- name: Run tests
uses: godot-gdunit-labs/gdUnit4-action@v1
with:
godot-version: '4.5.1'
@@ -50,9 +50,6 @@ jobs:
timeout: 1
publish-report: false
upload-report: false
- name: Test action
run: echo ${{ github.workspace }}
- name: Upload test report
uses: actions/upload-artifact@v3-node20