build: add gitea runner
Some checks failed
Go Test / deploy (push) Failing after 6s
Go Test / test (push) Successful in 43s

This commit is contained in:
xuu 2023-09-29 13:13:09 -06:00
parent 492debad6a
commit c86dc35f7e

View File

@ -37,6 +37,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: apt add ansible-core
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
@ -53,8 +55,6 @@ jobs:
./build/ev ./build/ev
args: -fq args: -fq
- run: apk add ansible-core
- name: Deploy - name: Deploy
uses: https://git.sour.is/actions/action-ansible-playbook@v2 uses: https://git.sour.is/actions/action-ansible-playbook@v2
with: with: