chore: ci
This commit is contained in:
parent
7271f9a41e
commit
487a75c9d1
2 changed files with 1 additions and 9 deletions
|
@ -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:
|
||||
|
|
|
@ -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` |
|
||||
|
|
Loading…
Add table
Reference in a new issue