Files
uarep-ctl/.gitea/workflows/test.yaml
2026-01-29 15:24:09 +03:00

15 lines
402 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Локальный тест
on: [push]
jobs:
test:
runs-on: [For testing repo]
steps:
- name: Тестовый шаг 1
run: echo "🎉 Запуск без интернета"
- name: Информация о системе
run: |
uname -a
echo "Рабочая папка: $PWD"
- name: Список файлов
run: ls -la