Обновить .gitea/workflows/test.yml
Some checks failed
Build and Test Application / build (push) Has been cancelled

This commit is contained in:
mt77 2025-04-11 22:03:12 +05:00
parent d21135505c
commit ced51b480a

View File

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