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