This commit is contained in:
parent
ce4473e300
commit
7dc6bc1415
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/test-build.yaml
Normal file
12
.forgejo/workflows/test-build.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [ assigned, opened, synchronize, reopened ]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: onlyoffice/documentserver-builder
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: cat /etc/os-release
|
Loading…
Add table
Reference in a new issue