Update .gitea/workflows/build.yaml
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Gitea build & run.
|
||||
name: Gitea build & Test.
|
||||
run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
@@ -13,5 +13,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and run
|
||||
run: make prod
|
||||
- name: Build and test
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user