fix: disable 4
Some checks failed
Node.js CI / lint (push) Successful in 12s
Node.js CI / test (push) Successful in 9s
Node.js CI / build (push) Failing after 1s

This commit is contained in:
2026-05-18 11:41:54 +03:00
parent 7e8b6fc7a6
commit fab1b8df11

View File

@@ -9,7 +9,6 @@ jobs:
runs-on: ubuntu-latest
container: node:18-alpine
steps:
# Устанавливаем git прямо внутрь контейнера alpine
- name: Install Git
run: apk add --no-cache git
@@ -43,10 +42,6 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
# На этапе сборки докера контейнер node не используется, git ставим стандартным apt, если нужен
- name: Install Git on Host
run: sudo apt-get update && sudo apt-get install -y git
- name: Clone repository
run: git clone https://iux-gitea.myddns.me/24_LitvintsevaVD/docker_lab.git .