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 }}
|
run-name: ${{ gitea.actor }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -13,5 +13,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build and run
|
- name: Build and test
|
||||||
run: make prod
|
run: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user