Обновить .gitea/workflows/test.yml
Some checks failed
Build and Test Application / build (push) Failing after 5s

This commit is contained in:
mt77 2025-04-11 21:55:01 +05:00
parent 5ab4f694a7
commit d21135505c

View File

@ -9,6 +9,9 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Check Docker
run: docker --version
# Шаг 0: Node install # Шаг 0: Node install
- name: Install Node - name: Install Node
run: apk add nodejs run: apk add nodejs