18 lines
304 B
YAML
18 lines
304 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
depends_on:
|
|
- test
|
|
|
|
services:
|
|
- name: miniauth
|
|
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
|
|
ports:
|
|
- 8080
|
|
|
|
steps:
|
|
- name: playwright
|
|
image: mcr.microsoft.com/playwright:v1.51.0-noble
|
|
commands:
|
|
- npx playwright test
|