Обновить .gitea/workflows/dev.yaml
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 15s
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 15s
This commit is contained in:
parent
ece9fdcc20
commit
ab65e53659
@ -8,17 +8,24 @@ on:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
env:
|
||||
GITEA_HOST: git.softuniq.eu
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest # Запуск на Ubuntu
|
||||
steps:
|
||||
- name: Check DNS Resolution
|
||||
run: curl -I https://git.softuniq.eu
|
||||
run: |
|
||||
echo "Проверка DNS-резолвинга"
|
||||
curl -I https://${{ env.GITEA_HOST }}
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository-url: https://git.softuniq.eu/Telegram-Market/telegram-shop
|
||||
repository: https://${{ env.GITEA_HOST }}/Telegram-Market/telegram-shop
|
||||
ref: 3b112d891e4c1f06c8f1a4141d290705712bb4d8
|
||||
path: /workspace/Telegram-Market/telegram-shop
|
||||
|
||||
- name: Set up Node.js 22
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user