Testing gitea actions
This commit is contained in:
parent
ebc55fbf8d
commit
d274bdad49
10
.gitea/workflows/test_clients.yaml
Normal file
10
.gitea/workflows/test_clients.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: test-clients
|
||||||
|
run-name: ${{ gitea.actor }} is testing pyinvoiceninja
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
pyinvoiceninja:
|
||||||
|
runs-on: invoiceninja
|
||||||
|
steps:
|
||||||
|
run: echo "Hello world!"
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user