chore: ci

This commit is contained in:
kekskurse 2025-03-17 19:30:38 +01:00
parent 7271f9a41e
commit 487a75c9d1
2 changed files with 1 additions and 9 deletions

View file

@ -24,14 +24,6 @@ steps:
- npm install
- npx playwright install
- npx playwright test
- name: debug
image: alpine:latest
commands:
- ls -lah playwright/
- ls -lah playwright/playwright-report
- ls -lah playwright/test-results
when:
- status: [ success, failure ]
- name: upload logs on failuer
image: woodpeckerci/plugin-s3
settings:

View file

@ -8,7 +8,7 @@
| DUMMY_DATABASE | Setup a new sqlite with the struct but no data for dev and test only | false |
| USERSTORE_SQLITE_PATH | Path to the Sqlite Database | `none` |
| PORT | Port for the Webserver | 8080 |
| SMTP_SERVER | SMTP Server to send mails | `none` |
| SMTP_SERVER | SMTP Server to send mails, if server is `test` mails will not be send, no error shown | `none` |
| SMTP_PORT | SMTP Port | 587 |
| SMTP_USERNAME | SMTP Username | `none` |
| SMTP_PASSWORD | SMTP Password | `none` |