mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
add test ci
This commit is contained in:
parent
dace9cadbc
commit
d65e0a8ebc
1 changed files with 18 additions and 0 deletions
18
.gitea/workflows/test.yml
Normal file
18
.gitea/workflows/test.yml
Normal 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!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue