Добавить .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:
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
|
Reference in New Issue
Block a user