Обновить .gitea/workflows/dev.yaml
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 16s
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 16s
This commit is contained in:
parent
e966c09a32
commit
3de8a706b9
@ -13,11 +13,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest # Запуск на Ubuntu
|
runs-on: ubuntu-latest # Запуск на Ubuntu
|
||||||
steps:
|
steps:
|
||||||
- name: Check DNS Resolution
|
- name: Check DNS Resolution
|
||||||
run: curl -I https://git.softuniq.eu
|
run: curl -I https://gitea:3000
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: |
|
uses: actions/checkout@v3
|
||||||
git -c protocol.version=3 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 https://git.softuniq.eu/Telegram-Market/telegram-shop/
|
|
||||||
|
|
||||||
- name: Set up Node.js 22
|
- name: Set up Node.js 22
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user