From 3de8a706b9f6d862dcc33bd0e77722a6d4233ea2 Mon Sep 17 00:00:00 2001 From: NW Date: Thu, 14 Nov 2024 23:24:14 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/dev.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 91294e1..0346fd4 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -13,11 +13,10 @@ jobs: runs-on: ubuntu-latest # Запуск на Ubuntu steps: - name: Check DNS Resolution - run: curl -I https://git.softuniq.eu + run: curl -I https://gitea:3000 - name: Checkout code - uses: | - git -c protocol.version=3 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 https://git.softuniq.eu/Telegram-Market/telegram-shop/ + uses: actions/checkout@v3 - name: Set up Node.js 22 run: |