Добавить .gitea/workflows/test.yml
Some checks failed
Build and Test Application / build (push) Failing after 12s
Some checks failed
Build and Test Application / build (push) Failing after 12s
This commit is contained in:
parent
5032662495
commit
294deea151
9
.gitea/workflows/test.yml
Normal file
9
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,9 @@
|
||||
name: Build and Test Application
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
Loading…
x
Reference in New Issue
Block a user