trying to fix CI
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 23s
Create tag and build when new code gets to main / Export (push) Successful in 7m9s
Create tag and build when new code gets to main / Test (push) Failing after 5m6s

This commit is contained in:
2026-02-22 16:06:04 +01:00
parent 8d2fe1001e
commit 96b4fa7197
7 changed files with 74 additions and 80 deletions

View File

@@ -55,10 +55,9 @@ jobs:
dotnet-version: 'net9.0'
paths: |
res://tests/
timeout: 1
publish-report: false
upload-report: false
arguments: "--verbose --headless --import"
arguments: "--verbose --headless"
- name: Upload test report
uses: actions/upload-artifact@v3-node20