add test ci

This commit is contained in:
Sergey Zhemoytel 2025-01-03 17:04:30 +03:00
parent dace9cadbc
commit d65e0a8ebc

18
.gitea/workflows/test.yml Normal file
View file

@ -0,0 +1,18 @@
version: '1'
on:
push:
branches:
- rosa2016.1
pull_request:
branches:
- rosa2016.1
jobs:
test:
stage: test
runs-on: r11_builder
steps:
- name: Test Job
run: echo "Hello, World!"