Compare commits
2 Commits
aefb0dc2ab
...
d274bdad49
| Author | SHA1 | Date | |
|---|---|---|---|
| d274bdad49 | |||
| ebc55fbf8d |
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!"
|
||||||
|
|
||||||
6
tests/test.env
Normal file
6
tests/test.env
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Base URL of an Invoice Ninja instance
|
||||||
|
BASE_URL=
|
||||||
|
|
||||||
|
# API token for an Invoice Ninja instance
|
||||||
|
API_TOKEN=
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user