Update .gitea/workflows/build_test.yaml
All checks were successful
Gitea build & Test. / docker (pull_request) Successful in 7s
All checks were successful
Gitea build & Test. / docker (pull_request) Successful in 7s
This commit is contained in:
18
.gitea/workflows/build_test.yaml
Normal file
18
.gitea/workflows/build_test.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Gitea build & Test.
|
||||
run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- pre-prod
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and test
|
||||
run: make test
|
||||
Reference in New Issue
Block a user