Compare commits

...

2 Commits

Author SHA1 Message Date
d274bdad49 Testing gitea actions 2024-11-05 14:44:40 -05:00
ebc55fbf8d ADDED dotenv file for pytests 2024-10-22 16:12:28 -04:00
2 changed files with 16 additions and 0 deletions

View 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
View File

@ -0,0 +1,6 @@
# Base URL of an Invoice Ninja instance
BASE_URL=
# API token for an Invoice Ninja instance
API_TOKEN=