Commit graph

2 commits

Author SHA1 Message Date
Dmitrii Bykov
f9322f8134 ci: фикс — убрал container: ubuntu:22.04 (не имел node для actions/checkout)
Some checks failed
Godot CI / Import + smoke test (push) Failing after 1m0s
Причина падения CI run #6 и #7:
actions/checkout@v4 = Node.js скрипт, ubuntu:22.04 image не имеет node, exec failed.

Фикс: runs-on: ubuntu-latest (мапится на node:20-bookworm в нашем runner-е, имеет node + Debian apt). apt-get install wget/unzip всё ещё работает. Godot тянется с github releases.
2026-05-24 15:30:48 +03:00
Dmitrii Bykov
3d02137bfb ci: Forgejo Actions workflow для Godot 4.6.3
Some checks are pending
Godot CI / Import + smoke test (push) Waiting to run
При push на main:
- Скачивает Godot 4.6.3 headless Linux
- godot --import (проверка валидности проекта)
- godot --quit-after 30 (smoke-тест main.tscn)
- Проверка отсутствия SCRIPT ERROR / Parse Error в логах
- Проверка что main.gd напечатал boot-сообщение
2026-05-24 14:36:38 +03:00